summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/rtems
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 /c/src/lib/libcpu/powerpc/rtems
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 'c/src/lib/libcpu/powerpc/rtems')
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
index 13652913e7..42be6c9213 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h
@@ -315,12 +315,6 @@ extern "C" {
*/
#define PPC_ABI_POWEROPEN 0
/*
- * GCC 2.7.0 munched version of EABI, with
- * PowerOpen calling convention and stack frames,
- * but EABI style indirect function calls.
- */
-#define PPC_ABI_GCC27 1
-/*
* SVR4 ABI
*/
#define PPC_ABI_SVR4 2
@@ -339,8 +333,6 @@ extern "C" {
#if (PPC_ABI == PPC_ABI_POWEROPEN)
#define PPC_STACK_ALIGNMENT 8
-#elif (PPC_ABI == PPC_ABI_GCC27)
-#define PPC_STACK_ALIGNMENT 8
#elif (PPC_ABI == PPC_ABI_SVR4)
#define PPC_STACK_ALIGNMENT 16
#elif (PPC_ABI == PPC_ABI_EABI)