This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4dbea22 Function names should start with lowercase letters. new 8cdca9f [ELF][MIPS] Pick arch flag from the first input file. new 5aabbb5 [ELF][MIPS] Create PLT entry specific for MIPS ABI version R6 new 4ca7088 Delete EhInputSection::getOffset.
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/InputSection.cpp | 20 ++++---------------- ELF/InputSection.h | 4 ---- ELF/Relocations.cpp | 1 - ELF/Target.cpp | 9 ++++++++- ELF/Writer.cpp | 26 ++++++++++++++++---------- test/ELF/basic-mips.s | 2 +- test/ELF/eh-frame-marker.s | 12 ++++++++++++ test/ELF/emulation.s | 8 ++++---- test/ELF/mips-elf-flags.s | 24 ++++++++++++++++++++++-- test/ELF/mips-plt-r6.s | 38 ++++++++++++++++++++++++++++++++++++++ 10 files changed, 105 insertions(+), 39 deletions(-) create mode 100644 test/ELF/mips-plt-r6.s