This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 25dbe262f [AArch64] Fix resolution of R_PLT_PAGE RelExpr new bf9f44747 [NFC] Change address __tls_getaddr is defined at so it does n [...] new 45d572480 [PPC64] Long branch thunks.
The 2 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/PPC64.cpp | 26 +++++++- ELF/Relocations.cpp | 1 + ELF/Symbols.cpp | 11 ++++ ELF/Symbols.h | 7 +++ ELF/SyntheticSections.cpp | 47 ++++++++++++++ ELF/SyntheticSections.h | 20 ++++++ ELF/Thunks.cpp | 83 +++++++++++++++++++++---- ELF/Writer.cpp | 6 ++ test/ELF/basic-ppc64.s | 51 ++++++++++----- test/ELF/basic64be.s | 65 ++++++++++++------- test/ELF/ppc64-call-reach.s | 42 ++++++++++--- test/ELF/ppc64-long-branch.s | 121 ++++++++++++++++++++++++++++++++++++ test/ELF/ppc64-shared-long_branch.s | 114 +++++++++++++++++++++++++++++++++ test/ELF/ppc64-tls-gd-le-small.s | 4 +- 14 files changed, 534 insertions(+), 64 deletions(-) create mode 100644 test/ELF/ppc64-long-branch.s create mode 100644 test/ELF/ppc64-shared-long_branch.s