From ffcb102fd986e1f3f5c615ea81532e641baf7cc7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:45:36 +0000 Subject: 2001-11-14 Joel Sherrill * shared/ppc.h: The mpc8260 uses the new exception processing model and thus does not need to define PPC_USE_SPRG. --- c/src/exec/score/cpu/powerpc/ChangeLog | 5 +++++ c/src/exec/score/cpu/powerpc/rtems/score/ppc.h | 1 - c/src/exec/score/cpu/powerpc/shared/ppc.h | 1 - 3 files changed, 5 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 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 + + * 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 * 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" -- cgit v1.2.3