summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:59:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:59:50 +0000
commitd946f95b9e9fe2bdeb2e3de1053b345fd4db4a39 (patch)
treebb4ff0019d95c2c06b860b995432b56a9f62ed9e /c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems
parent2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d946f95b9e9fe2bdeb2e3de1053b345fd4db4a39.tar.bz2
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_GCC27.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems')
-rw-r--r--c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/ppc_offs.h6
1 files changed, 1 insertions, 5 deletions
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