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_build/master-arm in repository toolchain/ci/gdb.
from 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/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} | 221 +++++++++++------------- gdb/syscalls/gen-header.py | 32 ++++ gdb/syscalls/i386-linux.xml | 126 +++++++++++++- gdb/syscalls/i386-linux.xml.in | 127 +++++++++++++- gdb/syscalls/update-linux.sh | 60 +++++++ gdb/testsuite/gdb.base/eof-exit.exp | 18 ++ gdb/testsuite/gdb.mi/mi-multi-commands.exp | 2 +- 11 files changed, 634 insertions(+), 135 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