This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-arm-check_bootstrap_lto 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 [...] adds 0cfd6cffde IBM zSystems: Accept (. - 0x100000000) PCRel32 operands adds 9abf92d229 Automatic date update in version.in adds c2dae75149 include: remove use of PTR adds f3b9cfd195 bfd: remove use of PTR adds d64336e655 opcodes: remove use of PTR adds 2ec4ffc1c6 gas: remove use of PTR adds e3154ef69c gprof: remove use of PTR
No new revisions were added by this update.
Summary of changes: bfd/coffcode.h | 2 +- bfd/elf32-csky.c | 6 +- bfd/elf32-nios2.c | 4 +- bfd/elf32-visium.c | 4 +- bfd/elfxx-ia64.c | 2 +- bfd/plugin.c | 4 +- bfd/version.h | 2 +- gas/config/obj-evax.c | 2 +- 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/MAINTAINERS | 3 +- gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 1 + gdb/loongarch-tdep.c | 33 ++++ gdb/syscalls/Makefile | 25 +++ 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 +- gprof/basic_blocks.c | 12 +- gprof/cg_arcs.c | 8 +- gprof/cg_print.c | 12 +- gprof/hist.c | 4 +- gprof/source.h | 4 +- gprof/symtab.c | 4 +- include/ansidecl.h | 23 +-- include/hashtab.h | 4 +- opcodes/cr16-dis.c | 2 +- opcodes/crx-dis.c | 2 +- opcodes/rl78-dis.c | 2 +- opcodes/rx-dis.c | 2 +- opcodes/visium-dis.c | 2 +- opcodes/z8k-dis.c | 2 +- 44 files changed, 794 insertions(+), 210 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/Makefile 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