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 in repository toolchain/ci/binutils-gdb.
from 77399b5298 gdb/testsuite: fix occasional failure in gdb.mi/mi-multi-com [...] adds 0cfd6cffde IBM zSystems: Accept (. - 0x100000000) PCRel32 operands adds 9abf92d229 Automatic date update in version.in adds c2dae75149 include: remove use of PTR adds f3b9cfd195 bfd: remove use of PTR adds d64336e655 opcodes: remove use of PTR adds 2ec4ffc1c6 gas: remove use of PTR adds e3154ef69c gprof: remove use of PTR adds 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
No new revisions were added by this update.
Summary of changes: bfd/coffcode.h | 2 +- bfd/elf32-csky.c | 6 +- bfd/elf32-nios2.c | 4 +- bfd/elf32-visium.c | 4 +- bfd/elfxx-ia64.c | 2 +- bfd/plugin.c | 4 +- bfd/version.h | 2 +- binutils/resbin.c | 8 +- gas/config/obj-evax.c | 2 +- gas/config/tc-s390.c | 14 ++- gas/testsuite/gas/s390/esa-z900.d | 6 +- gas/testsuite/gas/s390/esa-z900.s | 4 + gas/testsuite/gas/s390/s390.exp | 1 + gas/testsuite/gas/s390/zarch-z900-err.l | 3 + gas/testsuite/gas/s390/zarch-z900-err.s | 4 + 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/loongarch-tdep.c | 4 +- gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/rust-lang.c | 5 +- .../{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 +++++++++++++- gprof/basic_blocks.c | 12 +-- gprof/cg_arcs.c | 8 +- gprof/cg_print.c | 12 +-- gprof/hist.c | 4 +- gprof/source.h | 4 +- gprof/symtab.c | 4 +- gprofng/src/gprofng.rc | 4 +- include/hashtab.h | 4 +- opcodes/cr16-dis.c | 2 +- opcodes/crx-dis.c | 2 +- opcodes/rl78-dis.c | 2 +- opcodes/rx-dis.c | 2 +- opcodes/visium-dis.c | 2 +- opcodes/z8k-dis.c | 2 +- 55 files changed, 461 insertions(+), 206 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.l create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.s 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