summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-01-24 02:08:25 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-01-24 02:08:25 +0000
commite35badad221354a53bc07a523120ed82d93e0569 (patch)
treee47d8a238fe9c3901dfbd880274d5ffb2549f6b1 /include/llvm/Support/ELF.h
parentbb08593980b16fbd9758da6ca4fa9c7964f2f926 (diff)
downloadllvm-e35badad221354a53bc07a523120ed82d93e0569.tar.gz
llvm-e35badad221354a53bc07a523120ed82d93e0569.tar.bz2
llvm-e35badad221354a53bc07a523120ed82d93e0569.tar.xz
[ELF] Add R_X86_64_IRELATIVE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ELF.h')
-rw-r--r--include/llvm/Support/ELF.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 005b3adcf7..e35924495e 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -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.