OSDN Git Service

[ELF] Update x86_64 relocations to 0.99.8 ABI
authorGeorge Rimar <grimar@accesssoftek.com>
Sun, 20 Mar 2016 09:45:08 +0000 (09:45 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sun, 20 Mar 2016 09:45:08 +0000 (09:45 +0000)
Added: R_X86_64_GOTPCRELX, R_X86_64_REX_GOTPCRELX

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263894 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ELFRelocs/x86_64.def

index 36ad061..18fdcf9 100644 (file)
@@ -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)