This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 65f7020 [ELF] - Fixed crash on invalid input. new 7b66d36 [ELF][MIPS] Setup STO_MIPS_PIC flag for PIC symbols when gene [...] new cc6944d [ELF][MIPS] Do not use a binary input file in the test case. NFC new 049ed8f [ELF][MIPS] Set GP0 value to zero in case of relocatable obje [...]
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 | 4 +++ ELF/OutputSections.cpp | 30 +++++++++++++------ ELF/Symbols.cpp | 12 ++++++++ ELF/Symbols.h | 3 ++ ELF/Target.cpp | 7 +---- test/ELF/Inputs/mips-fnpic.s | 6 ++++ test/ELF/Inputs/mips-fpic.s | 6 ++++ test/ELF/Inputs/mips-gp0-non-zero.o | Bin 0 -> 848 bytes test/ELF/Inputs/mips-sto-pic.o | Bin 672 -> 0 bytes test/ELF/mips-gprel32-relocs-gp0.s | 18 +++++++---- test/ELF/mips-npic-call-pic.s | 47 +++++++++++++++-------------- test/ELF/mips-sto-pic-flag.s | 58 ++++++++++++++++++++++++++++++++++++ 12 files changed, 148 insertions(+), 43 deletions(-) create mode 100644 test/ELF/Inputs/mips-fnpic.s create mode 100644 test/ELF/Inputs/mips-fpic.s create mode 100755 test/ELF/Inputs/mips-gp0-non-zero.o delete mode 100644 test/ELF/Inputs/mips-sto-pic.o create mode 100644 test/ELF/mips-sto-pic-flag.s