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_profiled_lto 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 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 adds dd9cd55e99 PowerPC: bp-permanent.exp, kill-after-signal fix adds 04d0163c3f Change print_recreate_thread to a method adds 9efa3c7fa3 Remove breakpoint::ops adds a6860f3ad2 Boolify breakpoint::explains_signal adds 5a61e17687 Move works_in_software_mode to watchpoint adds 7bd8631327 Constify breakpoint::print_it adds a67bcaba1c Constify breakpoint::print_one adds b713485d66 Constify breakpoint::print_mention adds 4d1ae55893 Constify breakpoint::print_recreate adds fb9e637013 Remove unnecessary line from catch_exec_command_1 adds ec79815480 Add constructor to fork_catchpoint adds 4874f776ca Add constructor to solib_catchpoint adds e02f53e50e Add constructor to signal_catchpoint adds 6c91c7de20 Add constructor to syscall_catchpoint adds 1ae43feabb Add constructor to exception_catchpoint adds 3101e4a1c5 Disable copying for breakpoint adds 73063f5180 Remove init_raw_breakpoint_without_location adds b68f26dea7 Add initializers to tracepoint adds fed1c982de Introduce catchpoint class adds d11c7afad3 Fix new linker testsuite failures due to rwx segment test problems adds 29004660c9 PowerPC fix for gdb.server/sysroot.exp adds 29b5074f3a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/config.bfd | 2 - bfd/elf32-ppc.c | 129 +++++---- bfd/elf64-ppc.c | 39 +-- bfd/elfnn-loongarch.c | 21 ++ bfd/linker.c | 2 + bfd/version.h | 2 +- binutils/dwarf.c | 6 +- gdb/ada-lang.c | 36 +-- gdb/break-catch-exec.c | 30 +- gdb/break-catch-fork.c | 36 +-- gdb/break-catch-load.c | 46 +-- gdb/break-catch-sig.c | 39 +-- gdb/break-catch-syscall.c | 29 +- gdb/break-catch-throw.c | 51 ++-- gdb/breakpoint.c | 315 +++++++++------------ gdb/breakpoint.h | 119 ++++---- gdb/debuginfod-support.c | 11 + gdb/dwarf2/cooked-index.h | 5 + gdb/dwarf2/index-write.c | 27 +- gdb/dwarf2/mapped-index.h | 14 +- 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/remote.c | 107 ++++--- gdb/solib-svr4.c | 15 +- gdb/symtab.c | 61 +--- gdb/testsuite/gdb.base/bp-permanent.exp | 25 ++ gdb/testsuite/gdb.base/kill-after-signal.exp | 33 ++- .../gdb.dwarf2/locexpr-data-member-location-lib.c | 13 - .../gdb.dwarf2/locexpr-data-member-location.exp | 155 +++++----- gdb/testsuite/gdb.server/sysroot.exp | 2 +- gdb/testsuite/lib/dwarf.exp | 16 +- gdb/windows-tdep.c | 23 +- gdbserver/linux-aarch64-low.cc | 6 +- gdbserver/linux-arm-tdesc.cc | 2 +- gprofng/configure | 9 +- gprofng/configure.ac | 9 +- gprofng/libcollector/configure | 2 +- gprofng/libcollector/configure.ac | 2 +- include/bfdlink.h | 3 + include/diagnostics.h | 7 + include/plugin-api.h | 68 ++--- ld/plugin.c | 7 +- ld/testsuite/ld-elf/elf.exp | 3 +- ld/testsuite/ld-elf/nobits-1.s | 2 + ld/testsuite/ld-elf/size-2.s | 2 + 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 + opcodes/Makefile.am | 6 +- opcodes/Makefile.in | 6 +- opcodes/disassemble.c | 2 +- opcodes/s390-opc.c | 2 + opcodes/s390-opc.txt | 4 +- 68 files changed, 1025 insertions(+), 827 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