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_O3 in repository toolchain/ci/binutils-gdb.
from 83bec4829b gprofng: include percentages in default metrics list adds b773a1808d Fix compiling binutils/resbin.c with Clang version 14 adds 62b33fde9c Move non-dependent gdb::observers::observable::visit_state o [...] adds 6dc7160b2d gdb/testsuite: fix testsuite regressions for unix/-m32 board adds cb2cd8cba8 Fix "b f(std::string)", always use DMGL_VERBOSE adds 1c6fbf42e5 Always pass an explicit language down to c_type_print adds c7d029ea9c Fix "b f(std::string)" when current language is C adds 20c4eb4226 Fix --disable-threading build adds 2c3c88db12 gdb: LoongArch: Use GDB style to check readbuf and writebuf adds f8b786e2ed gdb: mips: Fix large-frame.exp test case failure adds 455f32e3c3 Automatic date update in version.in adds 0dfdb5234a opcodes cgen: remove use of PTR adds d423425393 [gdb/record] Handle statx system call adds e21d839930 [gdb/testsuite] Remove target limits in gdb.base/catch-syscall.exp adds 37b506d30a [gdb/tdep] Update syscalls/{ppc64,ppc}-linux.xml adds 4d88ae0c7b [gdb/testsuite] Fix gdb.base/maint.exp on powerpc64le new b00d6678f6 [gdb/testsuite] Fix gdb.base/catch-syscall.exp without --ena [...]
The 1 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/version.h | 2 +- binutils/resbin.c | 8 +- cpu/mep.opc | 7 +- cpu/mt.opc | 3 - gdb/ada-typeprint.c | 2 +- gdb/c-exp.y | 1 + gdb/c-lang.c | 8 +- gdb/c-lang.h | 17 +- gdb/c-typeprint.c | 25 +- gdb/cp-name-parser.y | 12 +- gdb/cp-support.c | 55 +- gdb/cp-support.h | 16 + gdb/d-lang.c | 2 +- gdb/dwarf2/cooked-index.h | 2 +- gdb/gnu-v3-abi.c | 3 +- gdb/go-typeprint.c | 2 +- gdb/linux-record.c | 6 + gdb/linux-record.h | 1 + gdb/loongarch-tdep.c | 4 +- gdb/mips-tdep.c | 3 + gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/rust-lang.c | 5 +- gdb/syscalls/ppc-linux.xml | 139 ++++- gdb/syscalls/ppc-linux.xml.in | 140 ++++- gdb/syscalls/ppc64-linux.xml | 140 ++++- gdb/syscalls/ppc64-linux.xml.in | 141 ++++- gdb/testsuite/gdb.base/catch-syscall.exp | 114 ++-- gdb/testsuite/gdb.base/maint.exp | 4 +- .../{no-dmgl-verbose.cc => break-f-std-string.cc} | 0 gdb/testsuite/gdb.cp/break-f-std-string.exp | 112 ++++ gdb/testsuite/gdb.cp/no-dmgl-verbose.exp | 35 -- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 +- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 +- gdb/testsuite/gdb.fortran/size.f90 | 55 +- gdbsupport/observable.h | 39 +- gdbsupport/parallel-for.h | 4 +- gdbsupport/thread-pool.cc | 6 +- gdbsupport/thread-pool.h | 76 ++- opcodes/bpf-desc.c | 34 +- opcodes/bpf-dis.c | 2 +- opcodes/cris-desc.c | 124 ++-- opcodes/epiphany-desc.c | 244 ++++---- opcodes/epiphany-dis.c | 2 +- opcodes/fr30-desc.c | 120 ++-- opcodes/fr30-dis.c | 2 +- opcodes/frv-desc.c | 250 ++++---- opcodes/frv-dis.c | 2 +- opcodes/ip2k-desc.c | 28 +- opcodes/ip2k-dis.c | 2 +- opcodes/iq2000-desc.c | 86 +-- opcodes/iq2000-dis.c | 2 +- opcodes/lm32-desc.c | 42 +- opcodes/lm32-dis.c | 2 +- opcodes/m32c-desc.c | 660 ++++++++++----------- opcodes/m32c-dis.c | 2 +- opcodes/m32r-desc.c | 64 +- opcodes/m32r-dis.c | 2 +- opcodes/mep-desc.c | 406 ++++++------- opcodes/mep-dis.c | 9 +- opcodes/mt-desc.c | 114 ++-- opcodes/mt-dis.c | 5 +- opcodes/or1k-desc.c | 106 ++-- opcodes/or1k-dis.c | 2 +- opcodes/xc16x-desc.c | 162 ++--- opcodes/xc16x-dis.c | 2 +- opcodes/xstormy16-desc.c | 96 +-- opcodes/xstormy16-dis.c | 2 +- 68 files changed, 2294 insertions(+), 1525 deletions(-) rename gdb/testsuite/gdb.cp/{no-dmgl-verbose.cc => break-f-std-string.cc} (100%) create mode 100644 gdb/testsuite/gdb.cp/break-f-std-string.exp delete mode 100644 gdb/testsuite/gdb.cp/no-dmgl-verbose.exp