This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/binutils-gdb.
from 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 adds da422fa49d LTO: Handle __real_SYM reference in IR adds 4a947dc62f Automatic date update in version.in adds 18e60f7c8a bfd: Check NULL pointer before setting ref_real adds c54a62119a IBM zSystems: mgrk, mg first operand requires register pair adds 83c5f3aea9 loongarch: Don't check ABI flags if no code section adds e4e883c09b Don't define ARCH_cris for BFD64 adds 8e1ada9e0b Move TILE-Gx files to TARGET64_LIBOPCODES_CFILES
No new revisions were added by this update.
Summary of changes: bfd/config.bfd | 2 - bfd/elf64-ppc.c | 39 ++++---------- bfd/elfnn-loongarch.c | 21 ++++++++ bfd/linker.c | 2 + bfd/version.h | 2 +- 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 +-- include/bfdlink.h | 3 ++ include/diagnostics.h | 7 +++ ld/plugin.c | 7 ++- ld/testsuite/ld-plugin/lto.exp | 8 +++ ld/testsuite/ld-plugin/pr29086.c | 19 +++++++ opcodes/Makefile.am | 6 +-- opcodes/Makefile.in | 6 +-- opcodes/disassemble.c | 2 +- opcodes/s390-opc.c | 2 + opcodes/s390-opc.txt | 4 +- 21 files changed, 203 insertions(+), 97 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr29086.c