forked from Imagelibrary/rtems
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user