From 3d852abd063f906aae38c5f0859072e79e7f7e2f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 10 Feb 2005 15:22:07 +0000 Subject: 2005-02-10 Ralf Corsepius * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_POWEROPEN. --- c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 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 1f14030f4a..8e7c8f45ab 100644 --- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h +++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h @@ -295,17 +295,8 @@ extern "C" { * Application binary interfaces. * * PPC_ABI MUST be defined as one of these. - * Only PPC_ABI_POWEROPEN is currently fully supported. - * Only EABI will be supported in the end when - * the tools are there. * Only big endian is currently supported. */ -/* - * PowerOpen ABI. This is Andy's hack of the - * PowerOpen ABI to ELF. ELF rather than a - * XCOFF assembler is used. - */ -#define PPC_ABI_POWEROPEN 0 /* * SVR4 ABI */ @@ -323,18 +314,13 @@ extern "C" { #define PPC_ABI PPC_ABI_EABI #endif -#if (PPC_ABI == PPC_ABI_POWEROPEN) -#define PPC_STACK_ALIGNMENT 8 -#elif (PPC_ABI == PPC_ABI_SVR4) +#if (PPC_ABI == PPC_ABI_SVR4) #define PPC_STACK_ALIGNMENT 16 #elif (PPC_ABI == PPC_ABI_EABI) #define PPC_STACK_ALIGNMENT 8 #else #error "PPC_ABI is not properly defined" #endif -#ifndef PPC_ABI -#error "PPC_ABI is not properly defined" -#endif /* * Assemblers. -- cgit v1.2.3