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-aarch64 in repository toolchain/ci/gdb.
from 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 [...] new 0cfd6cffde IBM zSystems: Accept (. - 0x100000000) PCRel32 operands
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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/syscalls/amd64-linux.xml | 69 +++++++++++++++- gdb/syscalls/amd64-linux.xml.in | 70 +++++++++++++++- 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.mi/mi-multi-commands.exp | 2 +- 13 files changed, 497 insertions(+), 21 deletions(-) create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.l create mode 100644 gas/testsuite/gas/s390/zarch-z900-err.s create mode 100644 gdb/syscalls/gen-header.py create mode 100755 gdb/syscalls/update-linux.sh