This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 61f80d5daf [gdb/testsuite] Stabilize gdb-caching-proc.exp test order adds 3960cb7a1b gdb/djgpp: Add Hygon Dhyana processor support adds c07aae6e72 Fix g++ 9.1 build breakage adds 26c957f127 Fix nullptr in with_command_1 adds 65d20a7403 Automatic date update in version.in adds baf46cd780 ARM CMSE symbols adds a051e2f3e0 [AArch64][gas] Update MTE system register encodings new 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 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: bfd/ChangeLog | 17 +++++++ bfd/elf32-arm.c | 26 +++-------- bfd/elfnn-aarch64.c | 83 +++++++++++++++++++++++++-------- bfd/elfxx-aarch64.c | 15 +++++- bfd/elfxx-aarch64.h | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 15 ++++++ gas/NEWS | 13 ++++-- gas/config/tc-aarch64.c | 3 +- gas/doc/c-aarch64.texi | 8 ++++ gas/testsuite/gas/aarch64/float16-be.d | 11 +++++ gas/testsuite/gas/aarch64/float16-le.d | 11 +++++ gas/testsuite/gas/aarch64/float16.s | 19 ++++++++ gas/testsuite/gas/aarch64/sysreg-4.d | 20 ++++---- gdb/ChangeLog | 13 ++++++ gdb/cli/cli-cmds.c | 3 ++ gdb/go32-nat.c | 7 +-- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/with.exp | 2 + gdb/tui/tui-data.h | 1 + include/ChangeLog | 4 ++ include/elf/arm.h | 7 --- 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 +++++++ opcodes/ChangeLog | 6 +++ opcodes/aarch64-opc.c | 20 ++++---- 30 files changed, 300 insertions(+), 79 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/float16-be.d create mode 100644 gas/testsuite/gas/aarch64/float16-le.d create mode 100644 gas/testsuite/gas/aarch64/float16.s 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