This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 32d99a3ee Fix linker script operator precedence. new cf299ba39 Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ s [...]
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, 42 insertions(+), 85 deletions(-)