summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:45:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:45:36 +0000
commitffcb102fd986e1f3f5c615ea81532e641baf7cc7 (patch)
tree278ac3141391abc4c0712d2405cec1e1bf96d3f4
parent2001-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ffcb102fd986e1f3f5c615ea81532e641baf7cc7.tar.bz2
2001-11-14 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: The mpc8260 uses the new exception processing model and thus does not need to define PPC_USE_SPRG.
-rw-r--r--c/src/exec/score/cpu/powerpc/ChangeLog5
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/score/ppc.h1
-rw-r--r--c/src/exec/score/cpu/powerpc/shared/ppc.h1
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog5
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/ppc.h1
5 files changed, 10 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog
index ac0075adab..11b783fd05 100644
--- a/c/src/exec/score/cpu/powerpc/ChangeLog
+++ b/c/src/exec/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-14 Joel Sherrill <joel@OARcorp.com>
+
+ * shared/ppc.h: The mpc8260 uses the new exception processing model
+ and thus does not need to define PPC_USE_SPRG.
+
2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
* shared/ppc.h: mpc8260 has double FPU not single FPU.
diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h b/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h
index 754d633d11..0be7ebd5fb 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h
@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
-#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"
diff --git a/c/src/exec/score/cpu/powerpc/shared/ppc.h b/c/src/exec/score/cpu/powerpc/shared/ppc.h
index 754d633d11..0be7ebd5fb 100644
--- a/c/src/exec/score/cpu/powerpc/shared/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/shared/ppc.h
@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
-#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index ac0075adab..11b783fd05 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-14 Joel Sherrill <joel@OARcorp.com>
+
+ * shared/ppc.h: The mpc8260 uses the new exception processing model
+ and thus does not need to define PPC_USE_SPRG.
+
2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
* shared/ppc.h: mpc8260 has double FPU not single FPU.
diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
index 754d633d11..0be7ebd5fb 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
-#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"