This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from df4d0aa19 Test commit new e6d38f726 [ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .got
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/PPC.cpp | 2 +- ELF/Arch/X86.cpp | 1 + ELF/Arch/X86_64.cpp | 1 + ELF/Relocations.cpp | 2 +- ELF/Target.h | 4 +++ ELF/Writer.cpp | 29 ++++++++++---------- test/ELF/arm-got-relative.s | 16 +++++------ test/ELF/global-offset-table-position-aarch64.s | 30 +++++++++++++++++++++ test/ELF/global-offset-table-position-arm.s | 35 +++++++++++++++++++++++++ test/ELF/global-offset-table-position-i386.s | 31 ++++++++++++++++++++++ test/ELF/global-offset-table-position-mips.s | 33 +++++++++++++++++++++++ test/ELF/global-offset-table-position.s | 31 ++++++++++++++++++++++ test/ELF/global_offset_table_shared.s | 9 +++++-- 13 files changed, 197 insertions(+), 27 deletions(-) create mode 100644 test/ELF/global-offset-table-position-aarch64.s create mode 100644 test/ELF/global-offset-table-position-arm.s create mode 100644 test/ELF/global-offset-table-position-i386.s create mode 100644 test/ELF/global-offset-table-position-mips.s create mode 100644 test/ELF/global-offset-table-position.s