This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0e7b69f Give priority to linker scripts over preemption. new 0297a29 [ELF][MIPS] Remove redundant checkings from test cases. NFC new 638ebb7 [ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segment
The 2 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/SyntheticSections.cpp | 2 +- ELF/Writer.cpp | 14 ++++++-- test/ELF/basic-mips.s | 36 +++++++------------- test/ELF/eh-frame-hdr-abs-fde.s | 6 ++-- test/ELF/mips-64-disp.s | 17 +++++----- test/ELF/mips-64-got.s | 17 +++++----- test/ELF/mips-64-rels.s | 2 +- test/ELF/mips-got-and-copy.s | 20 +++++------ test/ELF/mips-got-extsym.s | 4 +-- test/ELF/mips-got-hilo.s | 8 ++--- test/ELF/mips-got-redundant.s | 8 ++--- test/ELF/mips-got-relocs.s | 16 ++++----- test/ELF/mips-got-weak.s | 24 +++++++------- test/ELF/mips-got16.s | 22 ++++++------ test/ELF/mips-gp-ext.s | 8 ++--- test/ELF/mips-gp-lowest.s | 6 ++-- test/ELF/mips-gprel-sec.s | 37 +++++++++++++++++++++ test/ELF/mips-gprel32-relocs-gp0.s | 2 +- test/ELF/mips-gprel32-relocs.s | 2 +- test/ELF/mips-hilo-gp-disp.s | 30 ++++++++--------- test/ELF/mips-n32-rels.s | 2 +- test/ELF/mips-options.s | 4 +-- test/ELF/mips-tls-64.s | 60 ++++++++++++++++----------------- test/ELF/mips-tls-hilo.s | 4 +-- test/ELF/mips-tls-static.s | 4 +-- test/ELF/mips-tls.s | 68 +++++++++++++++++++------------------- test/ELF/mips-xgot-order.s | 4 +-- 27 files changed, 230 insertions(+), 197 deletions(-) create mode 100644 test/ELF/mips-gprel-sec.s