This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_32-branch in repository binutils-gdb.
from 8f254d8183 Automatic date update in version.in new 6795dba28d AArch64: Fix LD crash on weak and undefined TLS symbols. (PR [...] new 9f5cf4b4fa Arm: Fix performance issue with thumb-2 tailcalls new 04dcde3d0a Arm: Skip tests on WINCE that require mapping symbols new f3f4e0da03 Commit forgotten changelog
The 4 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 | 26 +++++++ bfd/elf32-arm.c | 25 ++++--- bfd/elfnn-aarch64.c | 83 ++++++++++++++++------ bfd/elfxx-aarch64.c | 15 +++- bfd/elfxx-aarch64.h | 4 +- binutils/ChangeLog | 10 +++ binutils/testsuite/binutils-all/arm/in-order-all.d | 1 + binutils/testsuite/binutils-all/arm/in-order.d | 1 + .../testsuite/binutils-all/arm/out-of-order-all.d | 1 + binutils/testsuite/binutils-all/arm/out-of-order.d | 1 + ld/ChangeLog | 41 +++++++++++ ld/testsuite/ld-aarch64/aarch64-elf.exp | 3 + ld/testsuite/ld-aarch64/undef-tls.d | 17 +++++ ld/testsuite/ld-aarch64/undef-tls.s | 13 ++++ ld/testsuite/ld-aarch64/weak-tls.d | 8 +++ ld/testsuite/ld-aarch64/weak-tls.s | 16 +++++ ld/testsuite/ld-arm/cortex-a8-fix-b-plt.d | 2 +- ld/testsuite/ld-arm/cortex-a8-fix-b-rel-arm.d | 2 +- ld/testsuite/ld-arm/cortex-a8-fix-bcc-plt.d | 2 +- ld/testsuite/ld-arm/farcall-cond-thumb-arm.d | 2 +- ld/testsuite/ld-arm/farcall-mixed-app.d | 4 +- ld/testsuite/ld-arm/farcall-mixed-app2.d | 4 +- ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d | 20 +++--- ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-arm-short.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-arm.d | 4 +- .../ld-arm/farcall-thumb-thumb-pic-veneer.d | 2 +- ld/testsuite/ld-arm/farcall-thumb-thumb.d | 2 +- ld/testsuite/ld-arm/fix-arm1176-on.d | 2 +- ld/testsuite/ld-arm/ifunc-10.dd | 32 ++++----- ld/testsuite/ld-arm/ifunc-2.dd | 8 +-- ld/testsuite/ld-arm/ifunc-4.dd | 32 ++++----- ld/testsuite/ld-arm/ifunc-6.dd | 4 +- ld/testsuite/ld-arm/ifunc-8.dd | 16 ++--- ld/testsuite/ld-arm/jump-reloc-veneers-long.d | 2 +- ld/testsuite/ld-arm/mixed-app.d | 2 +- ld/testsuite/ld-arm/thumb2-b-interwork.d | 2 +- ld/testsuite/ld-arm/tls-longplt.d | 2 +- ld/testsuite/ld-arm/tls-thumb1.d | 4 +- 39 files changed, 310 insertions(+), 109 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/undef-tls.d create mode 100644 ld/testsuite/ld-aarch64/undef-tls.s create mode 100644 ld/testsuite/ld-aarch64/weak-tls.d create mode 100644 ld/testsuite/ld-aarch64/weak-tls.s