summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-11-21 19:50:22 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-11-21 19:50:22 +0000
commite3904342515658a8561a53b7ef874aace47b700c (patch)
tree7b0c2383ac21893b87c257dc72440e7d7c3830b9 /include
parentd6f048959a8a747f7b8a2fe830e8589a106f090e (diff)
downloadllvm-e3904342515658a8561a53b7ef874aace47b700c.tar.gz
llvm-e3904342515658a8561a53b7ef874aace47b700c.tar.bz2
llvm-e3904342515658a8561a53b7ef874aace47b700c.tar.xz
Add relocations used for mips big GOT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168448 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCExpr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index 00eef270d6..1007aa5264 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -197,7 +197,11 @@ public:
VK_Mips_GOT_PAGE,
VK_Mips_GOT_OFST,
VK_Mips_HIGHER,
- VK_Mips_HIGHEST
+ VK_Mips_HIGHEST,
+ VK_Mips_GOT_HI16,
+ VK_Mips_GOT_LO16,
+ VK_Mips_CALL_HI16,
+ VK_Mips_CALL_LO16
};
private: