This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b309acd45 [ELF][AArch64] Add aarch64_elf64_le_vec emulation new 4800bc555 [PPC64] Remove support for ELF V1 ABI in LLD
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/PPC64.cpp | 114 ++++----- ELF/InputSection.cpp | 15 +- ELF/OutputSections.cpp | 2 - ELF/OutputSections.h | 2 - ELF/Relocations.cpp | 12 +- ELF/Relocations.h | 4 +- ELF/Writer.cpp | 15 +- test/ELF/Inputs/shared-ppc64.s | 21 +- test/ELF/Inputs/shared-ppc64le.s | 14 -- test/ELF/basic64be.s | 272 ++++++--------------- test/ELF/emulation.s | 4 +- test/ELF/gnu-hash-table.s | 14 +- test/ELF/ppc64-addr16-error.s | 7 +- ...c-relocations.s => ppc64-dynamic-relocations.s} | 12 +- test/ELF/ppc64-error-toc-restore.s | 10 +- test/ELF/ppc64-error-toc-tail-call.s | 10 +- test/ELF/ppc64-func-entry-points.s | 20 +- test/ELF/ppc64-ifunc.s | 41 ++-- test/ELF/{ppc64le-plt-stub.s => ppc64-plt-stub.s} | 19 +- test/ELF/ppc64-rel-calls.s | 34 ++- test/ELF/ppc64-relocs.s | 36 +-- test/ELF/ppc64-shared-rel-toc.s | 27 -- test/ELF/{ppc64le-toc-rel.s => ppc64-toc-rel.s} | 32 ++- test/ELF/ppc64-toc-restore.s | 49 ++-- test/ELF/ppc64-weak-undef-call-shared.s | 7 +- test/ELF/ppc64-weak-undef-call.s | 19 +- test/ELF/ppc64_entry_point.s | 22 +- test/ELF/relative-dynamic-reloc-ppc64.s | 5 + test/ELF/{shared-be.s => shared-ppc64.s} | 9 +- 29 files changed, 391 insertions(+), 457 deletions(-) delete mode 100644 test/ELF/Inputs/shared-ppc64le.s rename test/ELF/{ppc64le-dynamic-relocations.s => ppc64-dynamic-relocations.s} (77%) rename test/ELF/{ppc64le-plt-stub.s => ppc64-plt-stub.s} (58%) delete mode 100644 test/ELF/ppc64-shared-rel-toc.s rename test/ELF/{ppc64le-toc-rel.s => ppc64-toc-rel.s} (63%) rename test/ELF/{shared-be.s => shared-ppc64.s} (78%)