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_lto in repository toolchain/ci/binutils-gdb.
from 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 adds 83bec4829b gprofng: include percentages in default metrics list new b773a1808d Fix compiling binutils/resbin.c with Clang version 14
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: 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 +- binutils/resbin.c | 8 +- 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/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} | 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 +- 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 +- gprofng/src/gprofng.rc | 4 +- 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 +- 41 files changed, 726 insertions(+), 190 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