diff options
Diffstat (limited to 'include/elf/ppc64.h')
-rw-r--r-- | include/elf/ppc64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h index 7d6311d..2cc24cc 100644 --- a/include/elf/ppc64.h +++ b/include/elf/ppc64.h @@ -157,6 +157,10 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type) /* Fake relocation only used internally by ld. */ RELOC_NUMBER (R_PPC64_LO_DS_OPT, 128) #endif + +/* Power9 split rel16 for addpcis. */ + RELOC_NUMBER (R_PPC64_REL16DX_HA, 246) + /* Support STT_GNU_IFUNC plt calls. */ RELOC_NUMBER (R_PPC64_JMP_IREL, 247) RELOC_NUMBER (R_PPC64_IRELATIVE, 248) |