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-aarch64-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from f0e21cb809 Automatic date update in version.in adds 77c2dba3e8 Avoid crash on single-field union in Rust adds b627f56244 [PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESC adds 9cb09e33e0 [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIE adds f749f26eea PowerPC PIC vs. DLL TLS issues adds 4dbbb47c16 [gdb/testsuite] Fix local-static.exp with gcc-4.8 new 382dfe0118 Automatic date update in version.in
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 | 39 +++++++++++++++++++++++ bfd/elf32-arm.c | 14 ++++----- bfd/elf32-ppc.c | 63 +++++++++++-------------------------- bfd/elf64-ppc.c | 33 ++++++++----------- bfd/version.h | 2 +- gdb/ChangeLog | 5 +++ gdb/dwarf2read.c | 6 ++-- gdb/testsuite/ChangeLog | 12 +++++++ gdb/testsuite/gdb.cp/local-static.c | 4 ++- gdb/testsuite/gdb.rust/simple.exp | 2 ++ gdb/testsuite/gdb.rust/simple.rs | 6 ++++ ld/ChangeLog | 16 ++++++++++ ld/testsuite/ld-arm/arm-elf.exp | 5 +++ ld/testsuite/ld-arm/tls-gdesc-neg.d | 39 +++++++++++++++++++++++ ld/testsuite/ld-arm/tls-gdesc-neg.s | 29 +++++++++++++++++ ld/testsuite/ld-powerpc/tlsso.d | 18 +++++------ ld/testsuite/ld-powerpc/tlsso.g | 2 ++ ld/testsuite/ld-powerpc/tlsso.r | 6 ++-- ld/testsuite/ld-powerpc/tlsso32.d | 14 ++++----- ld/testsuite/ld-powerpc/tlsso32.g | 3 +- ld/testsuite/ld-powerpc/tlsso32.r | 6 ++-- 21 files changed, 227 insertions(+), 97 deletions(-) create mode 100644 ld/testsuite/ld-arm/tls-gdesc-neg.d create mode 100644 ld/testsuite/ld-arm/tls-gdesc-neg.s