2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* vectors/vectors.S: Remove PPC_ABI_GCC27.
This commit is contained in:
Ralf Corsepius
2005-02-09 16:00:59 +00:00
parent d946f95b9e
commit 06ef44f580
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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)