forked from Imagelibrary/rtems
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove PPC_ABI_GCC27.
This commit is contained in:
@@ -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>
|
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* vectors/vectors.S: Remove XCOFF support.
|
* vectors/vectors.S: Remove XCOFF support.
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
.set IP_LINK, 0
|
.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)
|
.set IP_0, (IP_LINK + 56)
|
||||||
#else
|
#else
|
||||||
.set IP_0, (IP_LINK + 8)
|
.set IP_0, (IP_LINK + 8)
|
||||||
|
|||||||
Reference in New Issue
Block a user