This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b20d385926 Implement a float16 directive for assembling 16 bit IEEE 754 [...] new 652afeef24 AArch64: Fix LD crash on weak and undefined TLS symbols. (PR [...]
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: bfd/ChangeLog | 9 ++++ bfd/elfnn-aarch64.c | 83 +++++++++++++++++++++++++-------- bfd/elfxx-aarch64.c | 15 +++++- bfd/elfxx-aarch64.h | 4 +- ld/ChangeLog | 9 ++++ ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 + 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 +++++++ 10 files changed, 153 insertions(+), 23 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