summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/cpu/powerpc/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems/score/ppc.h2
-rw-r--r--c/src/exec/score/cpu/powerpc/shared/ppc.h2
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog4
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/ppc.h2
5 files changed, 11 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog
index 3bea72892a..ac0075adab 100644
--- a/c/src/exec/score/cpu/powerpc/ChangeLog
+++ b/c/src/exec/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
+
+ * shared/ppc.h: mpc8260 has double FPU not single FPU.
+
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to
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 dcfb8b968a..754d633d11 100644
--- a/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/rtems/score/ppc.h
@@ -291,7 +291,7 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125
/*#define PPC_HAS_FPU 0 */ /* my 8260 is one the few with no FPU */
#define PPC_HAS_FPU 1 /* the rest do have one */
-#define PPC_HAS_DOUBLE 0
+#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else
diff --git a/c/src/exec/score/cpu/powerpc/shared/ppc.h b/c/src/exec/score/cpu/powerpc/shared/ppc.h
index dcfb8b968a..754d633d11 100644
--- a/c/src/exec/score/cpu/powerpc/shared/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/shared/ppc.h
@@ -291,7 +291,7 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125
/*#define PPC_HAS_FPU 0 */ /* my 8260 is one the few with no FPU */
#define PPC_HAS_FPU 1 /* the rest do have one */
-#define PPC_HAS_DOUBLE 0
+#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 3bea72892a..ac0075adab 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
+
+ * shared/ppc.h: mpc8260 has double FPU not single FPU.
+
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to
diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
index dcfb8b968a..754d633d11 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
@@ -291,7 +291,7 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125
/*#define PPC_HAS_FPU 0 */ /* my 8260 is one the few with no FPU */
#define PPC_HAS_FPU 1 /* the rest do have one */
-#define PPC_HAS_DOUBLE 0
+#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else