[Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations handling
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 19 Mar 2015 19:59:17 +0000 (19:59 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 19 Mar 2015 19:59:17 +0000 (19:59 +0000)
commitcaadcc3f27a98a114e38448e0e5c77407412cf4d
tree97e26ddf74cee0b8739544262240552255ee09cc
parent48e088f35402534c45b5ded154140e9533ff7934
[Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations handling

llvm-svn: 232757
lld/lib/ReaderWriter/ELF/Mips/MipsELFFile.h
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
lld/test/elf/Mips/rel-copy-pc.test [new file with mode: 0644]
lld/test/elf/Mips/rel-dynamic-12.test [new file with mode: 0644]
lld/test/elf/Mips/rel-pc-hilo.test [new file with mode: 0644]