This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5487b09 [ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets new a15494f [ELF][MIPS] Do not create a hidden definition for __tls_get_a [...] new 645a8a3 [ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TPREL32 [...] new f886de9 [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Target.cpp | 12 ++++++++++-- ELF/Writer.cpp | 6 ++++-- test/ELF/mips-tls-static-64.s | 37 +++++++++++++++++++++++++++++++++++++ test/ELF/mips-tls-static.s | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 test/ELF/mips-tls-static-64.s create mode 100644 test/ELF/mips-tls-static.s