From b2a41060c937511bab89cff4b03d2b004388433e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Feb 2005 15:50:38 +0000 Subject: 2005-02-09 Ralf Corsepius * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_GCC27. --- c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h') 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 @@ -314,12 +314,6 @@ extern "C" { * XCOFF assembler is used. */ #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 */ @@ -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) -- cgit v1.2.3