[Mips] Support R_MICROMIPS_GPREL16 / R_MICROMIPS_GPREL7_S2 relocations handling
authorSimon Atanasyan <simon@atanasyan.com>
Wed, 17 Jun 2015 22:27:54 +0000 (22:27 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Wed, 17 Jun 2015 22:27:54 +0000 (22:27 +0000)
commitf8b082a6aa8c4aa1125db5694c8b798b77826162
treea57216e07f99f1b20f7a0369368f09e7cfc83156
parent17478c580415765de9428d5a523058848b13bab6
[Mips] Support R_MICROMIPS_GPREL16 / R_MICROMIPS_GPREL7_S2 relocations handling

llvm-svn: 239960
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
lld/test/elf/Mips/rel-gprel16-micro-overflow.test [new file with mode: 0644]
lld/test/elf/Mips/rel-gprel16-micro.test [new file with mode: 0644]
lld/test/elf/Mips/rel-gprel7-micro-overflow.test [new file with mode: 0644]
lld/test/elf/Mips/rel-gprel7-micro.test [new file with mode: 0644]