This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fa5bc09 [ELF][MIPS] Fix the comment new 9448e0a [ELF][MIPS] Support .MIPS.abiflags section
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/InputFiles.cpp | 4 ++ ELF/InputFiles.h | 2 + ELF/InputSection.cpp | 32 +++++++++++-- ELF/InputSection.h | 21 ++++++++- ELF/Mips.cpp | 52 +++++++++++++++++++++ ELF/OutputSections.cpp | 48 +++++++++++++++++++ ELF/OutputSections.h | 19 ++++++++ ELF/Writer.h | 3 ++ test/ELF/basic-mips.s | 2 +- test/ELF/mips-elf-flags-err.s | 17 +++++-- test/ELF/mips-elf-flags.s | 106 +++++++++++++++++++++++++++++++++++++++--- 11 files changed, 290 insertions(+), 16 deletions(-)