* ppc64.h: Add R_PPC64_JMP_IREL, R_PPC64_REL16, R_PPC64_REL16_LO,
R_PPC64_REL16_HI, R_PPC64_REL16_HA.
This commit is contained in:
parent
a67f77af1a
commit
0e770e72a7
|
@ -1,3 +1,8 @@
|
|||
2009-07-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ppc64.h: Add R_PPC64_JMP_IREL, R_PPC64_REL16, R_PPC64_REL16_LO,
|
||||
R_PPC64_REL16_HI, R_PPC64_REL16_HA.
|
||||
|
||||
2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* common.h (EM_L1OM): New.
|
||||
|
|
|
@ -140,8 +140,15 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type)
|
|||
RELOC_NUMBER (R_PPC64_TLSLD, 108)
|
||||
|
||||
/* Support STT_GNU_IFUNC plt calls. */
|
||||
RELOC_NUMBER (R_PPC64_JMP_IREL, 247)
|
||||
RELOC_NUMBER (R_PPC64_IRELATIVE, 248)
|
||||
|
||||
/* These are GNU extensions used in PIC code sequences. */
|
||||
RELOC_NUMBER (R_PPC64_REL16, 249)
|
||||
RELOC_NUMBER (R_PPC64_REL16_LO, 250)
|
||||
RELOC_NUMBER (R_PPC64_REL16_HI, 251)
|
||||
RELOC_NUMBER (R_PPC64_REL16_HA, 252)
|
||||
|
||||
/* These are GNU extensions to enable C++ vtable garbage collection. */
|
||||
RELOC_NUMBER (R_PPC64_GNU_VTINHERIT, 253)
|
||||
RELOC_NUMBER (R_PPC64_GNU_VTENTRY, 254)
|
||||
|
|
Loading…
Reference in New Issue