summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-05 20:51:56 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-05 20:51:56 +0100
commit89f5c7aa9b6400dc8533219739b5ad64e5c527f0 (patch)
tree6ee3a1199d510bbed3f2c874dce1dd74df462683 /lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
parentbb96d30084b6e6c680689435c9d5ee665a106ca0 (diff)
parent91309c721c7252a1e76087b965d30ffd0dc9ea29 (diff)
downloadllvm-89f5c7aa9b6400dc8533219739b5ad64e5c527f0.tar.gz
llvm-89f5c7aa9b6400dc8533219739b5ad64e5c527f0.tar.bz2
llvm-89f5c7aa9b6400dc8533219739b5ad64e5c527f0.tar.xz
Merge branch 'release-3.2' into embtk-support-release-3.2
Diffstat (limited to 'lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h')
-rw-r--r--lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
index 233214b461..94e0d20d88 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
+++ b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
@@ -84,7 +84,13 @@ namespace MipsII {
/// MO_HIGHER/HIGHEST - Represents the highest or higher half word of a
/// 64-bit symbol address.
MO_HIGHER,
- MO_HIGHEST
+ MO_HIGHEST,
+
+ /// MO_GOT_HI16/LO16, MO_CALL_HI16/LO16 - Relocations used for large GOTs.
+ MO_GOT_HI16,
+ MO_GOT_LO16,
+ MO_CALL_HI16,
+ MO_CALL_LO16
};
enum {