This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from eba5d05 [ELF] - Implemented -N (-omagic) command line option. new 7a02b7f [ELF][MIPS] Fix calculation of GOT "page address" entries number new f646ae3 [ELF][MIPS] Replace the magic number of GOT header entries by [...] new 3de9f33 [ELF][MIPS] Do not change MipsGotSection state in the getPage [...] new c1d5c71 [ELF][MIPS] Restore Config->Threads for MIPS targets
The 4 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/Driver.cpp | 6 --- ELF/InputSection.cpp | 2 +- ELF/SyntheticSections.cpp | 88 +++++++++++++++++++++++-------------------- ELF/SyntheticSections.h | 13 ++++--- test/ELF/mips-64-got.s | 17 ++++++--- test/ELF/mips-got-page.s | 40 ++++++++++++++++++++ test/ELF/mips-got-redundant.s | 6 +++ test/ELF/mips-got16.s | 40 +++++++++++++------- test/ELF/mips-xgot-order.s | 17 +++++---- 9 files changed, 148 insertions(+), 81 deletions(-) create mode 100644 test/ELF/mips-got-page.s