This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4092cf6c0 [LLD][ELF][AArch64] Increase test coverage of AArch64ErrataFix [NFC] new abdbe3eb2 [ELF][MIPS] Fix calculation of GP relative relocations in cas [...]
The 1 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/InputSection.cpp | 33 +++++++++++---- ELF/SyntheticSections.cpp | 6 +-- test/ELF/Inputs/mips-micro-gp0-non-zero.o | Bin 0 -> 1344 bytes test/ELF/Inputs/mips-n64-gp0-non-zero.o | Bin 0 -> 1128 bytes test/ELF/mips-gprel32-relocs-gp0.s | 9 ---- test/ELF/mips-non-zero-gp0.s | 66 ++++++++++++++++++++++++++++++ 6 files changed, 91 insertions(+), 23 deletions(-) create mode 100644 test/ELF/Inputs/mips-micro-gp0-non-zero.o create mode 100644 test/ELF/Inputs/mips-n64-gp0-non-zero.o create mode 100644 test/ELF/mips-non-zero-gp0.s