[ELF][MIPS] Support R_MIPS_TLS_DTPREL_HI16/LO16 and R_MIPS_TLS_TPREL_HI16/LO16 reloca...
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 17 Mar 2016 12:36:08 +0000 (12:36 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 17 Mar 2016 12:36:08 +0000 (12:36 +0000)
commita8e9cb38aeef17365236b34c90b1324817d70f62
tree60ac8688c96d7359c69b12eec6ec7e4773c93f8c
parent60d0555004839536785ff4ffc6225ad327164798
[ELF][MIPS] Support R_MIPS_TLS_DTPREL_HI16/LO16 and R_MIPS_TLS_TPREL_HI16/LO16 relocations

That is initial and the most trivial patch to support TLS for MIPS targets.

llvm-svn: 263712
lld/ELF/Target.cpp
lld/test/ELF/mips-tls-hilo.s [new file with mode: 0644]