From: Akira Hatanaka Date: Wed, 21 Nov 2012 19:59:51 +0000 (+0000) Subject: [mips] Add target operand flag enums for big GOT relocations. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26e6ad7b290abd4e5dcae1c6fbd5cae77a4beffe;p=oota-llvm.git [mips] Add target operand flag enums for big GOT relocations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168450 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h index 233214b461f..94e0d20d883 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 {