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-arm in repository toolchain/ci/binutils-gdb.
from 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: 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.mi/mi-multi-commands.exp | 2 +- include/ansidecl.h | 23 +-- 17 files changed, 709 insertions(+), 163 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