This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 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 new 20c4eb4226 Fix --disable-threading build new 2c3c88db12 gdb: LoongArch: Use GDB style to check readbuf and writebuf
The 2 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/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 +- 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 +- 49 files changed, 435 insertions(+), 200 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