This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/binutils-gdb.
from 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 [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/MAINTAINERS | 3 +- gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 1 + gdb/loongarch-tdep.c | 33 ++++ readline/Makefile.am => gdb/syscalls/Makefile | 11 +- 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.base/catch-syscall.c | 3 +- gdb/testsuite/gdb.base/catch-syscall.exp | 69 +++++++- gdb/testsuite/gdb.base/eof-exit.exp | 18 ++ gdb/testsuite/gdb.cp/casts.cc | 4 +- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 2 +- gdb/testsuite/gdb.tui/scroll.exp | 8 +- gdb/testsuite/lib/tuiterm.exp | 99 +++++++---- include/ansidecl.h | 23 +-- 21 files changed, 787 insertions(+), 198 deletions(-) copy readline/Makefile.am => gdb/syscalls/Makefile (71%) 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