diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2014-03-14 06:53:10 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2014-03-14 06:53:10 +0000 |
| commit | 23ace1f0a1c3164c8fdc23e244d3bcfa66a1b983 (patch) | |
| tree | d4fbe161deb4f6e0a87a924247a93677510ec4c3 /llvm | |
| parent | f85c6ce867c7d0201104965a3ad738ef6bc6ced5 (diff) | |
| download | bcm5719-llvm-23ace1f0a1c3164c8fdc23e244d3bcfa66a1b983.tar.gz bcm5719-llvm-23ace1f0a1c3164c8fdc23e244d3bcfa66a1b983.zip | |
[Mips] Add one more MIPS relocation type constant.
llvm-svn: 203896
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/ELF.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h index 49112ca76fb..f7fa1f5cc87 100644 --- a/llvm/include/llvm/Support/ELF.h +++ b/llvm/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. |

