summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:43 +0000
commit14c8ef940fe99bb86d9dcdbf9e3c4a1d6a19b517 (patch)
treea0bc14ac85ab9703ff31c4a70f14131256003feb /cpukit/score/cpu/no_cpu
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-14c8ef940fe99bb86d9dcdbf9e3c4a1d6a19b517.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/no_cputypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog7
-rw-r--r--cpukit/score/cpu/no_cpu/Makefile.am2
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index 4f48150a96..6fdb2d45d2 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/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/no_cputypes.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/no_cpu/Makefile.am b/cpukit/score/cpu/no_cpu/Makefile.am
index de7a784cf7..eade933b7d 100644
--- a/cpukit/score/cpu/no_cpu/Makefile.am
+++ b/cpukit/score/cpu/no_cpu/Makefile.am
@@ -28,7 +28,7 @@ include_rtems_score_HEADERS = \
rtems/score/cpu.h \
rtems/score/no_cpu.h \
rtems/score/cpu_asm.h \
- no_cputypes.h
+ rtems/score/types.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 98a105f795..795a9ba734 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -22,7 +22,7 @@ extern "C" {
#include <rtems/score/no_cpu.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/no_cputypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */