[Mips] Add one more MIPS relocation type constant.
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 14 Mar 2014 06:53:10 +0000 (06:53 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 14 Mar 2014 06:53:10 +0000 (06:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203896 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ELF.h

index 49112ca76fb01d34e84c3480132e0e7d0cefa6f2..f7fa1f5cc87dbfc19acb06fca5588b3fd67caf45 100644 (file)
@@ -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.