This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from f148d9d334 Fix some dangling references to `netbsd-tdep` adds aa0587b290 RISC-V: Enable elf attributes when default configure option [...] adds 5c046e0e63 gdb: disable commit-resumed on -exec-interrupt --thread-group adds 81e33ce289 gdb, dwarf: Don't follow the parent of a subprogram to get a [...] adds 6b66b5a5a2 [gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33 adds d7cb0ef35b Fix detach with target remote (PR gdb/28080) adds 3a76f8f489 Avoid letting exceptions escape gdb_bfd_iovec_fileio_close ( [...] adds 30a696c543 Add regcache_map_supplies helper routine. adds 5a680bf9f2 fbsd-nat: Add helper functions to fetch and store register sets. adds e747f4dd8d riscv-fbsd-nat: Use fetch_register_set and store_register_set. adds 05dfb57c68 aarch64-fbsd-nat: Use fetch_register_set and store_register_set. adds f9e5d80cf7 arm-fbsd-nat: Use fetch_register_set and store_register_set. adds 9e8dfa0523 Use /bin/sh as shebang in gdb/make-init-c adds fac3b6a2e0 Automatic date update in version.in adds 90d7916ac1 [gdb/testsuite] Add missing skip_tui_tests adds be36c6e337 [gdb/testsuite] Fix gdb.base/gold-gdb-index.exp adds 51d29b8cac objdump: add DWARF support for AIX adds 9cce9fab90 gas: default TC_VALIDATE_FIX_SUB to 0 adds 154b353f68 x86: Add int1 as one byte opcode 0xf1 adds 600ac5b461 Automatic date update in version.in adds e22be21285 [gdb/procfs.c] Fix build failure in find_stop_signal adds ff77083572 gdb: call post_create_inferior at end of follow_fork_inferior adds 3a849a3454 gdb: pass child_ptid and fork kind to target_ops::follow_fork
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/coff-rs6000.c | 26 +-- bfd/coffcode.h | 4 +- bfd/libxcoff.h | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 7 + binutils/dwarf.c | 90 +++++----- binutils/dwarf.h | 4 +- binutils/objdump.c | 14 +- binutils/testsuite/binutils-all/readelf.s | 3 +- binutils/testsuite/binutils-all/readelf.s-64 | 2 + .../testsuite/binutils-all/readelf.s-64-unused | 2 + binutils/testsuite/binutils-all/readelf.ss | 1 + binutils/testsuite/binutils-all/readelf.ss-64 | 1 + .../testsuite/binutils-all/readelf.ss-64-unused | 1 + gas/ChangeLog | 16 +- gas/config/tc-alpha.h | 5 + gas/config/tc-hppa.h | 4 + gas/config/tc-microblaze.h | 3 + gas/config/tc-ppc.c | 2 +- gas/config/tc-ppc.h | 6 +- gas/configure | 9 +- gas/configure.ac | 9 +- gas/testsuite/gas/i386/opcode-intel.d | 1 + gas/testsuite/gas/i386/opcode-suffix.d | 1 + gas/testsuite/gas/i386/opcode.d | 1 + gas/testsuite/gas/i386/opcode.s | 2 + gas/testsuite/gas/i386/x86-64-opcode.d | 3 + gas/testsuite/gas/i386/x86-64-opcode.s | 4 + gas/write.c | 11 +- gdb/NEWS | 3 + gdb/aarch64-fbsd-nat.c | 77 +-------- gdb/arm-fbsd-nat.c | 81 +-------- gdb/doc/gdb.texinfo | 4 + gdb/dwarf2/read.c | 2 +- gdb/fbsd-nat.c | 54 +++++- gdb/fbsd-nat.h | 45 ++++- gdb/gdb_bfd.c | 24 ++- gdb/infrun.c | 53 +++--- gdb/jit.c | 28 ++++ gdb/linux-nat.c | 34 +--- gdb/linux-nat.h | 5 +- gdb/linux-thread-db.c | 2 +- gdb/make-init-c | 2 +- gdb/mi/mi-main.c | 3 + gdb/obsd-nat.c | 8 +- gdb/obsd-nat.h | 2 +- gdb/procfs.c | 4 +- gdb/regcache.c | 27 +++ gdb/regcache.h | 9 + gdb/remote.c | 27 +-- gdb/riscv-fbsd-nat.c | 78 +-------- gdb/target-debug.h | 2 + gdb/target-delegates.c | 24 +-- gdb/target.c | 16 +- gdb/target.h | 21 ++- .../{early-init-file.c => detach-sysroot-target.c} | 0 gdb/testsuite/gdb.base/detach-sysroot-target.exp | 59 +++++++ gdb/testsuite/gdb.base/gold-gdb-index.exp | 2 +- gdb/testsuite/gdb.base/jit-elf-fork-main.c | 129 ++++++++++++++ .../{jit-elf-solib.c => jit-elf-fork-solib.c} | 0 gdb/testsuite/gdb.base/jit-elf-fork.exp | 186 +++++++++++++++++++++ gdb/testsuite/gdb.base/options.exp | 33 ++-- gdb/testsuite/gdb.cp/nested-class-func-class.cc | 46 +++++ gdb/testsuite/gdb.cp/nested-class-func-class.exp | 47 ++++++ gdb/testsuite/gdb.mi/interrupt-thread-group.c | 65 +++++++ gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 130 ++++++++++++++ gdb/testsuite/gdb.python/tui-window-disabled.exp | 5 + gdb/testsuite/gdb.python/tui-window.exp | 5 + gdb/testsuite/gdb.threads/check-libthread-db.exp | 37 ++-- gdb/testsuite/lib/gdb.exp | 28 ++++ opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 1 + opcodes/i386-tbl.h | 13 ++ 74 files changed, 1212 insertions(+), 457 deletions(-) copy gdb/testsuite/gdb.base/{early-init-file.c => detach-sysroot-target.c} (100%) create mode 100644 gdb/testsuite/gdb.base/detach-sysroot-target.exp create mode 100644 gdb/testsuite/gdb.base/jit-elf-fork-main.c copy gdb/testsuite/gdb.base/{jit-elf-solib.c => jit-elf-fork-solib.c} (100%) create mode 100644 gdb/testsuite/gdb.base/jit-elf-fork.exp create mode 100644 gdb/testsuite/gdb.cp/nested-class-func-class.cc create mode 100644 gdb/testsuite/gdb.cp/nested-class-func-class.exp create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.c create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.exp