This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 6a90a4a430 Automatic date update in version.in adds 24ef0d41ac gdbserver: Fix build after adding tls feature to arm tdesc. adds 7a9361c00d PowerPC32 treatment of absolute symbols adds 1343fed469 LTO plugin: sync header file with GCC adds 3569f4ab7e Dwarf: rename yet another instance of "index" adds 06c7226ea1 gdb/remote: iterate on pspace inferiors in remote_new_objfile adds 901e4e8d5c gdb/remote: send qSymbol to all inferiors on startup adds 5890af36e5 Fix GDBserver Aarch64 Linux regression adds 716e54731f gdb: Workaround stringop-overread warning in debuginfod-supp [...] adds d8a7353308 Fix build failure for aarch64 gdbserver adds 758ffab46b Fix crash when creating index from index adds c99d782d9c PowerPC64 check_relocs adds 40ae4abe44 cris bfd config new da422fa49d LTO: Handle __real_SYM reference in IR new 4a947dc62f Automatic date update in version.in
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/config.bfd | 2 - bfd/elf32-ppc.c | 129 +++++++++++++++++---------------- bfd/elf64-ppc.c | 39 +++------- bfd/linker.c | 1 + bfd/version.h | 2 +- binutils/dwarf.c | 6 +- gdb/debuginfod-support.c | 11 +++ gdb/dwarf2/cooked-index.h | 5 ++ gdb/dwarf2/index-write.c | 27 +++---- gdb/dwarf2/mapped-index.h | 14 +++- gdb/remote.c | 107 +++++++++++++++++++-------- gdbserver/linux-aarch64-low.cc | 6 +- gdbserver/linux-arm-tdesc.cc | 2 +- include/bfdlink.h | 3 + include/diagnostics.h | 7 ++ include/plugin-api.h | 68 ++++++++--------- ld/plugin.c | 7 +- ld/testsuite/ld-plugin/lto.exp | 8 ++ ld/testsuite/ld-plugin/pr29086.c | 19 +++++ ld/testsuite/ld-powerpc/abs32-pie.d | 26 +++++++ ld/testsuite/ld-powerpc/abs32-pie.r | 9 +++ ld/testsuite/ld-powerpc/abs32-reloc.s | 22 ++++++ ld/testsuite/ld-powerpc/abs32-shared.d | 24 ++++++ ld/testsuite/ld-powerpc/abs32-shared.r | 13 ++++ ld/testsuite/ld-powerpc/abs32-static.d | 26 +++++++ ld/testsuite/ld-powerpc/abs32-static.r | 6 ++ ld/testsuite/ld-powerpc/powerpc.exp | 12 +++ 27 files changed, 413 insertions(+), 188 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr29086.c create mode 100644 ld/testsuite/ld-powerpc/abs32-pie.d create mode 100644 ld/testsuite/ld-powerpc/abs32-pie.r create mode 100644 ld/testsuite/ld-powerpc/abs32-reloc.s create mode 100644 ld/testsuite/ld-powerpc/abs32-shared.d create mode 100644 ld/testsuite/ld-powerpc/abs32-shared.r create mode 100644 ld/testsuite/ld-powerpc/abs32-static.d create mode 100644 ld/testsuite/ld-powerpc/abs32-static.r