[llvm] r235278 - [mips] Update MIPS relocations list
Simon Atanasyan
simon at atanasyan.com
Sun Apr 19 13:51:55 PDT 2015
Author: atanasyan
Date: Sun Apr 19 15:51:55 2015
New Revision: 235278
URL: http://llvm.org/viewvc/llvm-project?rev=235278&view=rev
Log:
[mips] Update MIPS relocations list
No functional changes.
Modified:
llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def
Modified: llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def?rev=235278&r1=235277&r2=235278&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def (original)
+++ llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def Sun Apr 19 15:51:55 2015
@@ -108,6 +108,10 @@ ELF_RELOC(R_MICROMIPS_TLS_TPREL_HI16,
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_PC18_S3, 176)
+ELF_RELOC(R_MICROMIPS_PC19_S2, 177)
ELF_RELOC(R_MIPS_NUM, 218)
ELF_RELOC(R_MIPS_PC32, 248)
ELF_RELOC(R_MIPS_EH, 249)
More information about the llvm-commits
mailing list