summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-31 19:00:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-31 19:00:23 +0000
commitc298307ae69038d81f326834407ac922d95a7f3f (patch)
tree61964feb42a8bc690053847adf1f02a41d91fff4 /include
parent1c056d8be93c2dd3b180fd165c4fbf229343e96c (diff)
downloadllvm-c298307ae69038d81f326834407ac922d95a7f3f.tar.gz
llvm-c298307ae69038d81f326834407ac922d95a7f3f.tar.bz2
llvm-c298307ae69038d81f326834407ac922d95a7f3f.tar.xz
Don't relocate with sections if there might be a paired relocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ELF.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 2ac4259143..7b10ebd23f 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -880,6 +880,9 @@ enum {
R_MIPS_TLS_TPREL_HI16 = 49,
R_MIPS_TLS_TPREL_LO16 = 50,
R_MIPS_GLOB_DAT = 51,
+ R_MIPS16_GOT16 = 102,
+ R_MIPS16_HI16 = 104,
+ R_MIPS16_LO16 = 105,
R_MIPS_COPY = 126,
R_MIPS_JUMP_SLOT = 127,
R_MICROMIPS_26_S1 = 133,