This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 5a91f93b98 Re: Fix new linker testsuite failures due to rwx segment tes [...] adds 69464d2267 Fix multiple ubsan warnings in i386-dis.c adds 8f3babfaf8 gdb/readline: fix extra 'quit' message problem adds c5eab52dba Fix "catch syscall" adds 07d9774171 Automatic date update in version.in adds efd1a8512f [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with c [...] adds c7dad3e9f9 [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdb [...] adds 603df41b46 [gdb/testsuite] Handle init errors in gdb.mi/user-selected-c [...] adds a1aaf801d5 [gdb/testsuite] Fix gdb.cp/casts.exp with -m32 adds 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1 adds 2dc60c7710 Automatic date update in version.in adds cd02db09d2 [gdb/tdep] Handle pipe2 syscall for amd64 adds 5463a15c18 [gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.exp adds 4dcb932e64 [gdb/tdep] Support catch syscall pipe2 for i386 adds 35e48b6ee0 ansidecl.h: sync from GCC adds ae13296057 [gdb] Make btrace maintainer entry more clear adds 205d054282 gdb: fix for gdb.base/eof-exit.exp test failures adds 0b8c95579f gdb: LoongArch: Implement the return_value gdbarch method adds d9ab2743ba [gdb] Add gdb/syscalls/Makefile adds f3c75b2cbe [gdb] Update syscalls/{amd64,i386}-linux.xml adds 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/elfnn-loongarch.c | 3 - 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/MAINTAINERS | 3 +- gdb/ada-typeprint.c | 2 +- gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 1 + gdb/break-catch-syscall.c | 9 +- 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 | 33 ++++ gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/rust-lang.c | 5 +- .../no-dmgl-verbose.exp => syscalls/Makefile} | 30 +-- gdb/syscalls/amd64-linux.xml | 69 ++++++- gdb/syscalls/amd64-linux.xml.in | 70 ++++++- gdb/syscalls/{i386-linux.xml => bfin-linux.xml} | 220 ++++++++++----------- gdb/syscalls/gen-header.py | 32 +++ gdb/syscalls/i386-linux.xml | 127 +++++++++++- gdb/syscalls/i386-linux.xml.in | 128 +++++++++++- gdb/syscalls/update-linux.sh | 60 ++++++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 4 + gdb/testsuite/gdb.base/catch-syscall.c | 3 +- gdb/testsuite/gdb.base/catch-syscall.exp | 69 ++++++- gdb/testsuite/gdb.base/eof-exit.exp | 18 ++ gdb/testsuite/gdb.base/readline.exp | 10 + .../{no-dmgl-verbose.cc => break-f-std-string.cc} | 0 gdb/testsuite/gdb.cp/break-f-std-string.exp | 112 +++++++++++ gdb/testsuite/gdb.cp/casts.cc | 4 +- gdb/testsuite/gdb.fortran/lbound-ubound.F90 | 39 +++- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 13 +- gdb/testsuite/gdb.fortran/size.f90 | 55 ++++-- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 2 +- .../gdb.mi/user-selected-context-sync.exp | 13 +- gdb/testsuite/gdb.server/sysroot.exp | 2 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 18 +- gdb/testsuite/gdb.tui/scroll.exp | 8 +- gdb/testsuite/lib/tuiterm.exp | 99 +++++++--- 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/ansidecl.h | 23 +-- include/hashtab.h | 4 +- ld/testsuite/ld-elf/elf.exp | 3 +- opcodes/cr16-dis.c | 2 +- opcodes/crx-dis.c | 2 +- opcodes/i386-dis.c | 26 +-- opcodes/rl78-dis.c | 2 +- opcodes/rx-dis.c | 2 +- opcodes/visium-dis.c | 2 +- opcodes/z8k-dis.c | 2 +- readline/readline/callback.c | 7 +- 83 files changed, 1302 insertions(+), 423 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.exp => syscalls/Makefile} (50%) copy gdb/syscalls/{i386-linux.xml => bfin-linux.xml} (64%) create mode 100644 gdb/syscalls/gen-header.py create mode 100755 gdb/syscalls/update-linux.sh 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