summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 16:00:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 16:00:59 +0000
commit06ef44f5802506cd29f9b2f5aaf1174584fe3558 (patch)
tree93bdebc585f3eeb47edd88a27d15dfdbae4bf0cb /c/src/lib
parent2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-06ef44f5802506cd29f9b2f5aaf1174584fe3558.tar.bz2
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove PPC_ABI_GCC27.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
index 56c7a88461..76884469f9 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
@@ -1,5 +1,9 @@
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * vectors/vectors.S: Remove PPC_ABI_GCC27.
+
+2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* vectors/vectors.S: Remove XCOFF support.
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
index 827dc4551e..3530a6c9db 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/vectors.S
@@ -50,7 +50,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)