diff options
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2016-04-21 13:43:26 +0000 |
---|---|---|
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2016-04-21 13:43:26 +0000 |
commit | 02b700306866746df10db110d36e1917eef454da (patch) | |
tree | 1f8f58b58d526d1f796f6a95e545bc75a5c49083 /llvm/include | |
parent | 201398e8a308fdeda8d9f9ddb7797bbb3d919381 (diff) | |
download | bcm5719-llvm-02b700306866746df10db110d36e1917eef454da.tar.gz bcm5719-llvm-02b700306866746df10db110d36e1917eef454da.zip |
[mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
Differential Revision: http://reviews.llvm.org/D14822
llvm-svn: 266985
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Support/ELFRelocs/Mips.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELFRelocs/Mips.def b/llvm/include/llvm/Support/ELFRelocs/Mips.def index 77e7f8e8712..72464890c48 100644 --- a/llvm/include/llvm/Support/ELFRelocs/Mips.def +++ b/llvm/include/llvm/Support/ELFRelocs/Mips.def @@ -109,7 +109,7 @@ ELF_RELOC(R_MICROMIPS_TLS_TPREL_LO16, 170) ELF_RELOC(R_MICROMIPS_GPREL7_S2, 172) ELF_RELOC(R_MICROMIPS_PC23_S2, 173) ELF_RELOC(R_MICROMIPS_PC21_S2, 174) -ELF_RELOC(R_MICROMIPS_PC26_S2, 175) +ELF_RELOC(R_MICROMIPS_PC26_S1, 175) ELF_RELOC(R_MICROMIPS_PC18_S3, 176) ELF_RELOC(R_MICROMIPS_PC19_S2, 177) ELF_RELOC(R_MIPS_NUM, 218) |