From d946f95b9e9fe2bdeb2e3de1053b345fd4db4a39 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Feb 2005 15:59:50 +0000 Subject: 2005-02-09 Ralf Corsepius * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_GCC27. --- .../powerpc/support/old_exception_processing/rtems/score/ppc_offs.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h index 05a4fddb8f..21959fc29a 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h @@ -106,7 +106,7 @@ #endif .set IP_LINK, 0 -#if (PPC_ABI == PPC_ABI_POWEROPEN || PPC_ABI == PPC_ABI_GCC27) +#if (PPC_ABI == PPC_ABI_POWEROPEN) .set IP_0, (IP_LINK + 56) #else .set IP_0, (IP_LINK + 8) @@ -153,12 +153,8 @@ .set Switch_necessary, 20 #else .set Default_r2, 16 -#if (PPC_ABI != PPC_ABI_GCC27) .set Default_r13, 20 .set Switch_necessary, 24 -#else - .set Switch_necessary, 20 -#endif #endif .set Signal, Switch_necessary + 4 .set msr_initial, Signal + 4 -- cgit v1.2.3