mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
[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
This commit is contained in:
@@ -84,7 +84,13 @@ namespace MipsII {
|
|||||||
/// MO_HIGHER/HIGHEST - Represents the highest or higher half word of a
|
/// MO_HIGHER/HIGHEST - Represents the highest or higher half word of a
|
||||||
/// 64-bit symbol address.
|
/// 64-bit symbol address.
|
||||||
MO_HIGHER,
|
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 {
|
enum {
|
||||||
|
Reference in New Issue
Block a user