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

* vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
This commit is contained in:
Ralf Corsepius
2005-02-10 15:18:23 +00:00
parent 4a8039ab1d
commit abeac6688c
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove PPC_ABI_GCC27. * vectors/vectors.S: Remove PPC_ABI_GCC27.

View File

@@ -50,11 +50,8 @@
#endif #endif
.set IP_LINK, 0 .set IP_LINK, 0
#if (PPC_ABI == PPC_ABI_POWEROPEN) /* PPC_ABI_EABI */
.set IP_0, (IP_LINK + 56)
#else
.set IP_0, (IP_LINK + 8) .set IP_0, (IP_LINK + 8)
#endif
.set IP_2, (IP_0 + 4) .set IP_2, (IP_0 + 4)
.set IP_3, (IP_2 + 4) .set IP_3, (IP_2 + 4)