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-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 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 adds b00d6678f6 [gdb/testsuite] Fix gdb.base/catch-syscall.exp without --ena [...]
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 +- cpu/mep.opc | 7 +- cpu/mt.opc | 3 - 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/linux-record.c | 6 + gdb/linux-record.h | 1 + gdb/loongarch-tdep.c | 33 ++ gdb/mips-tdep.c | 3 + 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/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/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 | 183 ++++-- gdb/testsuite/gdb.base/eof-exit.exp | 18 + 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/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.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 +- opcodes/bpf-desc.c | 34 +- opcodes/bpf-dis.c | 2 +- opcodes/cr16-dis.c | 2 +- opcodes/cris-desc.c | 124 ++-- opcodes/crx-dis.c | 2 +- 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/rl78-dis.c | 2 +- opcodes/rx-dis.c | 2 +- opcodes/visium-dis.c | 2 +- opcodes/xc16x-desc.c | 162 ++--- opcodes/xc16x-dis.c | 2 +- opcodes/xstormy16-desc.c | 96 +-- opcodes/xstormy16-dis.c | 2 +- opcodes/z8k-dis.c | 2 +- 116 files changed, 3175 insertions(+), 1771 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