This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 65b0a6f14 [WebAssembly] Improve logging and comments around relocations. NFC. new 71a69b5b6 For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expected [...]
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/Arch/Mips.cpp | 1 + ELF/Arch/PPC.cpp | 7 ++++++- ELF/Arch/X86.cpp | 1 - ELF/Arch/X86_64.cpp | 1 - ELF/SyntheticSections.cpp | 13 ++++++++++-- ELF/SyntheticSections.h | 2 +- ELF/Target.h | 5 +++-- ELF/Writer.cpp | 11 +++++----- test/ELF/arm-got-relative.s | 10 ++++----- test/ELF/dynamic-got.s | 27 ++++++++++++++++++++----- test/ELF/global-offset-table-position-aarch64.s | 4 ++-- test/ELF/global-offset-table-position-arm.s | 7 ++++--- test/ELF/global-offset-table-position-i386.s | 7 ++++--- test/ELF/global-offset-table-position.s | 7 ++++--- test/ELF/global_offset_table_shared.s | 4 ++-- test/ELF/got32x-i386.s | 6 +++--- test/ELF/i386-gotpc.s | 14 ++++++++++--- 17 files changed, 85 insertions(+), 42 deletions(-)