This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-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 [...] adds 0cfd6cffde IBM zSystems: Accept (. - 0x100000000) PCRel32 operands
No new revisions were added by this update.
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