[llvm] r203896 - [Mips] Add one more MIPS relocation type constant.
Simon Atanasyan
simon at atanasyan.com
Thu Mar 13 23:53:10 PDT 2014
Author: atanasyan
Date: Fri Mar 14 01:53:10 2014
New Revision: 203896
URL: http://llvm.org/viewvc/llvm-project?rev=203896&view=rev
Log:
[Mips] Add one more MIPS relocation type constant.
Modified:
llvm/trunk/include/llvm/Support/ELF.h
Modified: llvm/trunk/include/llvm/Support/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELF.h?rev=203896&r1=203895&r2=203896&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELF.h (original)
+++ llvm/trunk/include/llvm/Support/ELF.h Fri Mar 14 01:53:10 2014
@@ -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.
More information about the llvm-commits
mailing list