This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f2ee92a ELF: Read all dynamic lists specified on the command line. new 8db8c72 Fix checks for R_386_8 and R_386_16.
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/Target.cpp | 6 ++++++ .../{x86-64-reloc-16-error.s => i386-reloc-16-error.s} | 0 .../Inputs/{x86-64-reloc-16-error.s => i386-reloc-16.s} | 2 +- .../{x86-64-reloc-8-error.s => i386-reloc-8-error.s} | 0 test/ELF/Inputs/{x86-64-reloc-16.s => i386-reloc-8.s} | 2 +- test/ELF/i386-reloc-16.s | 14 ++++++++++++++ test/ELF/i386-reloc-8.s | 14 ++++++++++++++ 7 files changed, 36 insertions(+), 2 deletions(-) copy test/ELF/Inputs/{x86-64-reloc-16-error.s => i386-reloc-16-error.s} (100%) copy test/ELF/Inputs/{x86-64-reloc-16-error.s => i386-reloc-16.s} (63%) copy test/ELF/Inputs/{x86-64-reloc-8-error.s => i386-reloc-8-error.s} (100%) copy test/ELF/Inputs/{x86-64-reloc-16.s => i386-reloc-8.s} (67%) create mode 100644 test/ELF/i386-reloc-16.s create mode 100644 test/ELF/i386-reloc-8.s