[ELF] Add R_X86_64_IRELATIVE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer 2013-01-24 02:08:25 +00:00
parent bb08593980
commit e35badad22

View File

@ -366,7 +366,8 @@ enum {
R_X86_64_SIZE64 = 33,
R_X86_64_GOTPC32_TLSDESC = 34,
R_X86_64_TLSDESC_CALL = 35,
R_X86_64_TLSDESC = 36
R_X86_64_TLSDESC = 36,
R_X86_64_IRELATIVE = 37
};
// i386 relocations.