summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/unix/ChangeLog7
-rw-r--r--cpukit/score/cpu/unix/Makefile.am2
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index f587d1b9fb..1510ea7078 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * rtems/score/unixtypes.h: Removed.
+ * rtems/score/types.h: New file via CVS magic.
+ * Makefile.am, rtems/score/cpu.h: Account for name change.
+
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Define fix_syscall_errno() to nothing so MP links.
diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am
index a941abf2c1..1f3916fd8d 100644
--- a/cpukit/score/cpu/unix/Makefile.am
+++ b/cpukit/score/cpu/unix/Makefile.am
@@ -24,7 +24,7 @@ $(PROJECT_INCLUDE)/rtems/score:
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = \
- rtems/score/unixtypes.h \
+ rtems/score/types.h \
rtems/score/cpu.h \
rtems/score/unix.h \
rtems/score/unixsize.h
diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h
index 984b414281..644fbb4b86 100644
--- a/cpukit/score/cpu/unix/rtems/score/cpu.h
+++ b/cpukit/score/cpu/unix/rtems/score/cpu.h
@@ -21,7 +21,7 @@ extern "C" {
#include <rtems/score/unix.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/unixtypes.h>
+#include <rtems/score/types.h>
#endif
#include <rtems/score/unixsize.h>