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_ubsan in repository toolchain/ci/binutils-gdb.
from 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 adds d890c720b8 gdb: make regcache's cooked_write_test selftest work with na [...] adds 1653ae5b84 gprofng: use $host instead $target adds 6e9cd73eb5 gdb: use gdb::function_view for gdbarch_iterate_over_objfile [...] adds 2392dc0f8e Automatic date update in version.in adds 2899c914f4 [gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location. [...] adds 0ee8858e7a bfd targmatch.h makefile rule
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/config.bfd | 2 - bfd/elf64-ppc.c | 39 ++---- bfd/elfnn-loongarch.c | 21 +++ bfd/linker.c | 2 + bfd/version.h | 2 +- gdb/findvar.c | 55 ++------ gdb/gdbarch-components.py | 12 +- gdb/gdbarch-gen.h | 13 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 4 +- gdb/objfiles.c | 14 +- gdb/objfiles.h | 5 +- gdb/regcache.c | 25 +--- gdb/solib-svr4.c | 15 +- gdb/symtab.c | 61 ++------ .../gdb.dwarf2/locexpr-data-member-location-lib.c | 13 -- .../gdb.dwarf2/locexpr-data-member-location.exp | 155 +++++++++++---------- gdb/testsuite/lib/dwarf.exp | 16 ++- gdb/windows-tdep.c | 23 ++- gprofng/configure | 9 +- gprofng/configure.ac | 9 +- gprofng/libcollector/configure | 2 +- gprofng/libcollector/configure.ac | 2 +- include/bfdlink.h | 3 + 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 +- 34 files changed, 240 insertions(+), 324 deletions(-) create mode 100644 ld/testsuite/ld-plugin/pr29086.c