This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 7f6d551 Remove .rdata section size checks from pdb.test, they are not [...] new 40e5cf2 [ELF] - Stop producing broken output for R_386_GOT32[X] relocations.
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 | 2 +- ELF/Relocations.cpp | 3 +- ELF/Target.cpp | 73 ++++++++++++++++++++++--------- ELF/Target.h | 3 +- test/ELF/Inputs/i386-got32x-baseless.elf | Bin 0 -> 628 bytes test/ELF/got32-i386.s | 23 ++++++++++ test/ELF/got32x-i386.s | 47 ++++++++++++++++++++ 7 files changed, 127 insertions(+), 24 deletions(-) create mode 100644 test/ELF/Inputs/i386-got32x-baseless.elf create mode 100644 test/ELF/got32-i386.s create mode 100644 test/ELF/got32x-i386.s