diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ppc.h | 4 | ||||
-rw-r--r-- | include/elf/ppc64.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h index 3de200c..c48733e 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -134,6 +134,10 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type) RELOC_NUMBER (R_PPC_EMB_BIT_FLD, 115) RELOC_NUMBER (R_PPC_EMB_RELSDA, 116) +/* Marker reloc for inline plt call insns. */ + RELOC_NUMBER (R_PPC_PLTSEQ, 119) + RELOC_NUMBER (R_PPC_PLTCALL, 120) + /* PowerPC VLE relocations. */ RELOC_NUMBER (R_PPC_VLE_REL8, 216) RELOC_NUMBER (R_PPC_VLE_REL15, 217) diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h index 04a7432..501aebc 100644 --- a/include/elf/ppc64.h +++ b/include/elf/ppc64.h @@ -154,6 +154,10 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type) RELOC_NUMBER (R_PPC64_ADDR64_LOCAL, 117) RELOC_NUMBER (R_PPC64_ENTRY, 118) +/* Marker reloc for inline plt call insns. */ + RELOC_NUMBER (R_PPC64_PLTSEQ, 119) + RELOC_NUMBER (R_PPC64_PLTCALL, 120) + #ifndef RELOC_MACROS_GEN_FUNC /* Relocation only used internally by ld. If you need to use these reloc numbers, you can change them to some other unused value |