[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 16 Mar 2015 09:14:17 +0000 (09:14 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 16 Mar 2015 09:14:17 +0000 (09:14 +0000)
commit256407d9e26bef3ae28dd2bae9532603f9f28569
tree951fe676d796fb62c68714765cb8c6541e35a543
parent08b19d67fad33e6a3d22d577f17a315bc881dc88
[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling

llvm-svn: 232360
lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.h
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsTargetHandler.cpp
lld/test/elf/Mips/exe-fileheader-64.test
lld/test/elf/Mips/exe-fileheader-micro-64.test
lld/test/elf/Mips/got-page-32.test [new file with mode: 0644]
lld/test/elf/Mips/got-page-64.test [new file with mode: 0644]