summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:50:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:50:38 +0000
commitb2a41060c937511bab89cff4b03d2b004388433e (patch)
tree47e52152f7e5b000415d8bb1bbc15fbed5b42860 /cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
parent2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b2a41060c937511bab89cff4b03d2b004388433e.tar.bz2
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_GCC27.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index f49aa9189c..d95712b6f2 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -372,7 +372,7 @@ typedef struct {
typedef struct CPU_Interrupt_frame {
uint32_t stacklink; /* Ensure this is a real frame (also reg1 save) */
-#if (PPC_ABI == PPC_ABI_POWEROPEN || PPC_ABI == PPC_ABI_GCC27)
+#if (PPC_ABI == PPC_ABI_POWEROPEN)
uint32_t dummy[13]; /* Used by callees: PowerOpen ABI */
#else
uint32_t dummy[1]; /* Used by callees: SVR4/EABI */
@@ -574,10 +574,8 @@ SCORE_EXTERN struct {
uint32_t Dispatch_r2;
#else
uint32_t Default_r2;
-#if (PPC_ABI != PPC_ABI_GCC27)
uint32_t Default_r13;
#endif
-#endif
volatile boolean *Switch_necessary;
boolean *Signal;