diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/ppc64.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 22a25cb..e6e7af9 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2015-12-07 Alan Modra <amodra@gmail.com> + + * ppc64.h (R_PPC64_ENTRY): Define. + 2015-11-11 Alan Modra <amodra@gmail.com> Peter Bergner <bergner@vnet.ibm.com> diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h index 2cc24cc..9b47b52 100644 --- a/include/elf/ppc64.h +++ b/include/elf/ppc64.h @@ -152,6 +152,7 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type) /* Added for ELFv2. */ RELOC_NUMBER (R_PPC64_REL24_NOTOC, 116) RELOC_NUMBER (R_PPC64_ADDR64_LOCAL, 117) + RELOC_NUMBER (R_PPC64_ENTRY, 118) #ifndef RELOC_MACROS_GEN_FUNC /* Fake relocation only used internally by ld. */ |