This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 6e9cd73eb5 gdb: use gdb::function_view for gdbarch_iterate_over_objfile [...] adds 2392dc0f8e Automatic date update in version.in adds 2899c914f4 [gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location. [...] adds 0ee8858e7a bfd targmatch.h makefile rule adds dd9cd55e99 PowerPC: bp-permanent.exp, kill-after-signal fix adds 04d0163c3f Change print_recreate_thread to a method adds 9efa3c7fa3 Remove breakpoint::ops adds a6860f3ad2 Boolify breakpoint::explains_signal adds 5a61e17687 Move works_in_software_mode to watchpoint adds 7bd8631327 Constify breakpoint::print_it adds a67bcaba1c Constify breakpoint::print_one adds b713485d66 Constify breakpoint::print_mention adds 4d1ae55893 Constify breakpoint::print_recreate adds fb9e637013 Remove unnecessary line from catch_exec_command_1 adds ec79815480 Add constructor to fork_catchpoint adds 4874f776ca Add constructor to solib_catchpoint adds e02f53e50e Add constructor to signal_catchpoint adds 6c91c7de20 Add constructor to syscall_catchpoint adds 1ae43feabb Add constructor to exception_catchpoint adds 3101e4a1c5 Disable copying for breakpoint adds 73063f5180 Remove init_raw_breakpoint_without_location adds b68f26dea7 Add initializers to tracepoint adds fed1c982de Introduce catchpoint class adds d11c7afad3 Fix new linker testsuite failures due to rwx segment test problems adds 29004660c9 PowerPC fix for gdb.server/sysroot.exp adds 29b5074f3a Automatic date update in version.in adds 5a91f93b98 Re: Fix new linker testsuite failures due to rwx segment tes [...] adds 69464d2267 Fix multiple ubsan warnings in i386-dis.c adds 8f3babfaf8 gdb/readline: fix extra 'quit' message problem adds c5eab52dba Fix "catch syscall" adds 07d9774171 Automatic date update in version.in adds efd1a8512f [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with c [...] adds c7dad3e9f9 [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdb [...] adds 603df41b46 [gdb/testsuite] Handle init errors in gdb.mi/user-selected-c [...] adds a1aaf801d5 [gdb/testsuite] Fix gdb.cp/casts.exp with -m32 adds 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1 adds 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 [...] 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: bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/elfnn-loongarch.c | 3 - bfd/version.h | 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/ada-lang.c | 36 +-- gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 1 + gdb/break-catch-exec.c | 30 +- gdb/break-catch-fork.c | 36 +-- gdb/break-catch-load.c | 46 +-- gdb/break-catch-sig.c | 39 +-- gdb/break-catch-syscall.c | 32 ++- gdb/break-catch-throw.c | 51 ++-- gdb/breakpoint.c | 315 +++++++++------------ gdb/breakpoint.h | 119 ++++---- 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.ada/catch_ex_std.exp | 4 + gdb/testsuite/gdb.base/bp-permanent.exp | 25 ++ 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.base/kill-after-signal.exp | 33 ++- gdb/testsuite/gdb.base/readline.exp | 10 + gdb/testsuite/gdb.cp/casts.cc | 4 +- .../gdb.dwarf2/locexpr-data-member-location-lib.c | 13 - .../gdb.dwarf2/locexpr-data-member-location.exp | 155 +++++----- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 2 +- .../gdb.mi/user-selected-context-sync.exp | 13 +- gdb/testsuite/gdb.server/sysroot.exp | 2 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 18 +- gdb/testsuite/gdb.tui/scroll.exp | 8 +- gdb/testsuite/lib/dwarf.exp | 16 +- gdb/testsuite/lib/tuiterm.exp | 99 ++++--- include/ansidecl.h | 23 +- ld/testsuite/ld-elf/elf.exp | 4 +- ld/testsuite/ld-elf/nobits-1.s | 2 + ld/testsuite/ld-elf/size-2.s | 2 + opcodes/i386-dis.c | 26 +- readline/readline/callback.c | 7 +- 54 files changed, 1396 insertions(+), 676 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