summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:16:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:16:53 +0000
commit2b5c094f1c71057e5f046a5b2a83639095423095 (patch)
treebb9e36c24a9d73d34c2a9c635d88ed831b081477 /c/src/exec/score/cpu
parent2001-11-14 Till Straumann <strauman@SLAC.Stanford.EDU> (diff)
downloadrtems-2b5c094f1c71057e5f046a5b2a83639095423095.tar.bz2
2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
* shared/ppc.h: mpc8260 has double FPU not single FPU.
Diffstat (limited to 'c/src/exec/score/cpu')
-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
3 files changed, 6 insertions, 2 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