1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

[ELF] Add R_X86_64_IRELATIVE.

llvm-svn: 173316
This commit is contained in:
Michael J. Spencer 2013-01-24 02:08:25 +00:00
parent 8e189381a8
commit c731b2e79a

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.