forked from OSchip/llvm-project
[ELF] Update x86_64 relocations to 0.99.8 ABI
Added: R_X86_64_GOTPCRELX, R_X86_64_REX_GOTPCRELX llvm-svn: 263894
This commit is contained in:
parent
d878e28e67
commit
25a63b1bcc
|
@ -41,4 +41,5 @@ ELF_RELOC(R_X86_64_GOTPC32_TLSDESC, 34)
|
|||
ELF_RELOC(R_X86_64_TLSDESC_CALL, 35)
|
||||
ELF_RELOC(R_X86_64_TLSDESC, 36)
|
||||
ELF_RELOC(R_X86_64_IRELATIVE, 37)
|
||||
|
||||
ELF_RELOC(R_X86_64_GOTPCRELX, 41)
|
||||
ELF_RELOC(R_X86_64_REX_GOTPCRELX, 42)
|
||||
|
|
Loading…
Reference in New Issue