[llvm] r234408 - [mips] Update MIPS relocations list

Simon Atanasyan simon at atanasyan.com
Wed Apr 8 07:55:31 PDT 2015


Author: atanasyan
Date: Wed Apr  8 09:55:31 2015
New Revision: 234408

URL: http://llvm.org/viewvc/llvm-project?rev=234408&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=234408&r1=234407&r2=234408&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def (original)
+++ llvm/trunk/include/llvm/Support/ELFRelocs/Mips.def Wed Apr  8 09:55:31 2015
@@ -110,3 +110,4 @@ ELF_RELOC(R_MICROMIPS_GPREL7_S2,
 ELF_RELOC(R_MICROMIPS_PC23_S2,          173)
 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