mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
[Mips] Add one more MIPS relocation type constant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6f478aa66
commit
dfbd26215e
@ -898,7 +898,8 @@ enum {
|
||||
R_MICROMIPS_TLS_DTPREL_LO16 = 165,
|
||||
R_MICROMIPS_TLS_TPREL_HI16 = 169,
|
||||
R_MICROMIPS_TLS_TPREL_LO16 = 170,
|
||||
R_MIPS_NUM = 218
|
||||
R_MIPS_NUM = 218,
|
||||
R_MIPS_PC32 = 248
|
||||
};
|
||||
|
||||
// Special values for the st_other field in the symbol table entry for MIPS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user