summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:08:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:08:10 +0000
commit2b3f6414be18fd2771b5db1b28e1d860ef0af06f (patch)
treeb6e75afed63a3b2afbda175e98cc2b67bd2014bb /c/src
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2b3f6414be18fd2771b5db1b28e1d860ef0af06f.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/cpu.h: Account for name change.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/new-exceptions/cpu.h2
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/old-exceptions/cpu.h2
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h2
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h2
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog5
8 files changed, 24 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/c/src/exec/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index e4d4466087..81ce3c8dc4 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/c/src/exec/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -44,7 +44,7 @@ extern "C" {
#include <libcpu/cpu.h>
#ifndef ASM
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/c/src/exec/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/c/src/exec/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index cdcfd85a62..bf2769a363 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/c/src/exec/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -42,7 +42,7 @@ extern "C" {
struct CPU_Interrupt_frame;
typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * );
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
index 4eab0ec3cd..718bc253a3 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * rtems/score/cpu.h: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h b/c/src/lib/libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
index e4d4466087..81ce3c8dc4 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
@@ -44,7 +44,7 @@ extern "C" {
#include <libcpu/cpu.h>
#ifndef ASM
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
index 4eab0ec3cd..718bc253a3 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * rtems/score/cpu.h: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
index cdcfd85a62..bf2769a363 100644
--- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
+++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
@@ -42,7 +42,7 @@ extern "C" {
struct CPU_Interrupt_frame;
typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * );
-#include <rtems/score/ppctypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
index 4eab0ec3cd..718bc253a3 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * rtems/score/cpu.h: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
index 4eab0ec3cd..718bc253a3 100644
--- a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * rtems/score/cpu.h: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: