[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 16 Mar 2015 09:14:28 +0000 (09:14 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 16 Mar 2015 09:14:28 +0000 (09:14 +0000)
commit44e9b094e0e3f4de6114a9866c025ca742f77051
tree20a8eb7ba7f1362a7f30c13595185c17a600435f
parent256407d9e26bef3ae28dd2bae9532603f9f28569
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI

llvm-svn: 232361
lld/lib/ReaderWriter/ELF/Mips/MipsLinkingContext.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
lld/lib/ReaderWriter/ELF/Mips/MipsSectionChunks.h
lld/lib/ReaderWriter/ELF/SectionChunks.h
lld/test/elf/Mips/tls-2-64.test [new file with mode: 0644]
lld/test/elf/Mips/tls-5-64.test [new file with mode: 0644]