From 2b5c094f1c71057e5f046a5b2a83639095423095 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:16:53 +0000 Subject: 2001-11-14 Andrew Dachs * shared/ppc.h: mpc8260 has double FPU not single FPU. --- c/src/exec/score/cpu/powerpc/ChangeLog | 4 ++++ c/src/exec/score/cpu/powerpc/rtems/score/ppc.h | 2 +- c/src/exec/score/cpu/powerpc/shared/ppc.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/cpu') 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 + + * shared/ppc.h: mpc8260 has double FPU not single FPU. + 2001-11-08 Dennis Ehlin (ECS) 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 -- cgit v1.2.3