summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2014-03-14 06:53:10 +0000
committerSimon Atanasyan <simon@atanasyan.com>2014-03-14 06:53:10 +0000
commitdfbd26215e069228c8d69d73a7d07e59d19f68c6 (patch)
treecd9cf52c836aa327ad493bd5e9e3f1ceb81c23c4 /include/llvm
parentb6f478aa66b60e3ab1efd33a7a55d0549d94ab44 (diff)
downloadllvm-dfbd26215e069228c8d69d73a7d07e59d19f68c6.tar.gz
llvm-dfbd26215e069228c8d69d73a7d07e59d19f68c6.tar.bz2
llvm-dfbd26215e069228c8d69d73a7d07e59d19f68c6.tar.xz
[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
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Support/ELF.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 49112ca76f..f7fa1f5cc8 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -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.