* ppc.h (R_PPC_RELAX32PC): Define.
This commit is contained in:
parent
d2ffac097d
commit
d6250437a3
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-06 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ppc.h (R_PPC_RELAX32PC): Define.
|
||||||
|
|
||||||
2003-10-22 Alexandre Oliva <aoliva@redhat.com>,
|
2003-10-22 Alexandre Oliva <aoliva@redhat.com>,
|
||||||
Michael Snyder <msnyder@redhat.com>
|
Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
@ -120,9 +120,10 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type)
|
|||||||
RELOC_NUMBER (R_PPC_EMB_BIT_FLD, 115)
|
RELOC_NUMBER (R_PPC_EMB_BIT_FLD, 115)
|
||||||
RELOC_NUMBER (R_PPC_EMB_RELSDA, 116)
|
RELOC_NUMBER (R_PPC_EMB_RELSDA, 116)
|
||||||
|
|
||||||
/* Fake relocation for branch stubs. This will keep them
|
/* Fake relocations for branch stubs. This will keep them
|
||||||
together. */
|
together. */
|
||||||
#define R_PPC_RELAX32 251
|
#define R_PPC_RELAX32 251
|
||||||
|
#define R_PPC_RELAX32PC 252
|
||||||
|
|
||||||
/* These are GNU extensions to enable C++ vtable garbage collection. */
|
/* These are GNU extensions to enable C++ vtable garbage collection. */
|
||||||
RELOC_NUMBER (R_PPC_GNU_VTINHERIT, 253)
|
RELOC_NUMBER (R_PPC_GNU_VTINHERIT, 253)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user