This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_34-branch in repository binutils-gdb.
from a6977a7e115 Automatic date update in version.in new a2bf3f0c65c PowerPC64 TLS optimization fix new 9d4684ce5ba PR25444, Floating point exception in _bfd_elf_compute_secti [...] new 7b647b69680 Mark all weak aliases for copy relocations new fbcb30f2c1b Don't report symbol lookup failure in first phase of linking new c75ee076d20 PR25477, ld 2.34 tries to load ${prefix}/etc/ld.so.conf
The 5 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: bfd/ChangeLog | 17 ++++++++++++ bfd/elf.c | 16 +++++++---- bfd/elf64-ppc.c | 3 +- bfd/elflink.c | 18 +++++++----- ld/ChangeLog | 27 ++++++++++++++++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- ld/emultempl/elf.em | 2 +- ld/ldelf.c | 8 +++--- ld/ldelf.h | 2 +- ld/ldexp.c | 5 +++- ld/testsuite/ld-elf/pr25458.map | 4 +++ ld/testsuite/ld-elf/pr25458.rd | 10 +++++++ .../{ld-arm/vxworks2.s => ld-elf/pr25458a.s} | 5 ++-- ld/testsuite/ld-elf/pr25458b.s | 11 ++++++++ ld/testsuite/ld-elf/shared.exp | 32 ++++++++++++++++++++++ 16 files changed, 140 insertions(+), 24 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr25458.map create mode 100644 ld/testsuite/ld-elf/pr25458.rd copy ld/testsuite/{ld-arm/vxworks2.s => ld-elf/pr25458a.s} (51%) create mode 100644 ld/testsuite/ld-elf/pr25458b.s