summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:58 +0000
commit64ef77cd56b04e8808897cf928636d72248381fb (patch)
treed5c85eed429e506ad29a7731b7936048c2e0b785 /cpukit
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-64ef77cd56b04e8808897cf928636d72248381fb.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or16types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/or16/ChangeLog7
-rw-r--r--cpukit/score/cpu/or16/Makefile.am2
-rw-r--r--cpukit/score/cpu/or16/rtems/score/cpu.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/score/cpu/or16/ChangeLog b/cpukit/score/cpu/or16/ChangeLog
index 85dfcc9911..1bacf47413 100644
--- a/cpukit/score/cpu/or16/ChangeLog
+++ b/cpukit/score/cpu/or16/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/or16types.h: Removed.
+ * rtems/score/types.h: New file via CVS magic.
+ * Makefile.am, rtems/score/cpu.h: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/cpukit/score/cpu/or16/Makefile.am b/cpukit/score/cpu/or16/Makefile.am
index 699dc067fa..6775f67956 100644
--- a/cpukit/score/cpu/or16/Makefile.am
+++ b/cpukit/score/cpu/or16/Makefile.am
@@ -26,7 +26,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = \
rtems/score/cpu.h \
- rtems/score/or16types.h \
+ rtems/score/types.h \
rtems/score/or16.h \
rtems/score/cpu_asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
diff --git a/cpukit/score/cpu/or16/rtems/score/cpu.h b/cpukit/score/cpu/or16/rtems/score/cpu.h
index f5991461c2..71da86570a 100644
--- a/cpukit/score/cpu/or16/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or16/rtems/score/cpu.h
@@ -22,7 +22,7 @@ extern "C" {
#include <rtems/score/or16.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/or16types.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */