This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 35da8c6140 [gdb/testsuite] Fix port detection in gdb.debuginfod/fetch_s [...] adds 296d3d2e15 Fix watchpoints with multiple threads on Windows adds 459cde81fb ubsan: arm: undefined shift adds 94852430d6 asan: alpha-vms: buffer overflows adds 9fc9dbc28b Automatic date update in version.in adds 1cba418d26 ASSERT in empty output section with address adds 42eec46f23 bfd: remove use of INLINE adds 0a0ff9d931 asan: mmo: NULL dereferenc in mmo_xore_32 adds fed5a5acc5 [gdb/testsuite] Initialize anonymous union in gdb.cp/koenig.cc adds 5b151607e1 [gdb/symtab] Handle DW_AT_string_length with location list adds fa0fe749f7 [gdb/testsuite] Fix assembly comments in gdb.dwarf2/clang-de [...] adds 5ad2694b1e [gdb/testsuite] Require python in gdb.server/server-kill-python.exp adds f54bdb6d27 gdb: add add_setshow_prefix_cmd adds 2e466f72c4 [gdb/testsuite] Update some test-cases to GPLv3 adds a1ff87d77c gdb: add "maint set/show selftest verbose" commands and use [...] adds 8c2999954b arm: add unwinder encoding support for PACBTI new c0492bea7c gdb: add selftest name completion new 0fab795564 gdb: use ptid_t::to_string in infrun debug messages new d6dc01baf7 ARM assembler: Allow up to 32 single precision registers in [...]
The 3 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/aoutx.h | 2 +- bfd/bfd-in.h | 8 - bfd/bfd-in2.h | 8 - bfd/elf-eh-frame.c | 4 +- bfd/elf32-score7.c | 2 +- bfd/elfxx-mips.c | 4 +- bfd/ihex.c | 2 +- bfd/mach-o.c | 4 +- bfd/mmo.c | 94 ++-- bfd/version.h | 2 +- bfd/vms-alpha.c | 527 ++++++++++++--------- gas/ChangeLog | 9 + gas/config/tc-arm.c | 102 +++- gas/testsuite/gas/arm/v8_1m-mve.d | 4 + gas/testsuite/gas/arm/v8_1m-mve.s | 5 + gdb/ada-lang.c | 27 +- gdb/arm-tdep.c | 13 +- gdb/breakpoint.c | 11 +- gdb/btrace.c | 34 +- gdb/cli/cli-cmds.c | 23 +- gdb/cli/cli-decode.c | 22 + gdb/cli/cli-logging.c | 12 +- gdb/cli/cli-style.c | 16 +- gdb/command.h | 25 +- gdb/dcache.c | 11 +- gdb/doc/gdb.texinfo | 7 + gdb/dwarf2/read.c | 36 +- gdb/f-lang.c | 13 +- gdb/frame.c | 11 +- gdb/guile/guile.c | 22 +- gdb/i386-tdep.c | 18 +- gdb/infrun.c | 116 +++-- gdb/language.c | 23 +- gdb/maint-test-settings.c | 17 +- gdb/maint.c | 81 +++- gdb/memattr.c | 13 +- gdb/mips-tdep.c | 12 +- gdb/python/python.c | 12 +- gdb/ravenscar-thread.c | 13 +- gdb/record-btrace.c | 49 +- gdb/record-full.c | 14 +- gdb/record.c | 21 +- gdb/riscv-tdep.c | 26 +- gdb/rs6000-tdep.c | 12 +- gdb/ser-tcp.c | 11 +- gdb/serial.c | 16 +- gdb/sh-tdep.c | 9 +- gdb/target-descriptions.c | 14 +- gdb/testsuite/gdb.arch/powerpc-stackless.exp | 2 +- gdb/testsuite/gdb.arch/s390-stackless.exp | 2 +- gdb/testsuite/gdb.cp/koenig.cc | 2 + gdb/testsuite/gdb.dwarf2/clang-debug-names.exp.tcl | 76 +-- gdb/testsuite/gdb.fortran/info-types-2.f90 | 2 +- gdb/testsuite/gdb.fortran/info-types.f90 | 2 +- gdb/testsuite/gdb.fortran/max-depth.f90 | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.c | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-datatypes.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-sub.f90 | 2 +- gdb/testsuite/gdb.gdb/unittest.exp | 15 + gdb/testsuite/gdb.opt/fortran-string.exp | 38 ++ .../max-depth.f90 => gdb.opt/fortran-string.f90} | 41 +- gdb/testsuite/gdb.server/server-kill-python.exp | 8 + gdb/tui/tui-win.c | 11 +- gdb/typeprint.c | 11 +- gdb/utils.c | 10 +- gdb/valprint.c | 45 +- gdb/windows-nat.c | 71 +-- gdbsupport/selftest.h | 4 +- ld/ldlang.c | 18 +- ld/testsuite/ld-scripts/empty-address-4.d | 6 + ld/testsuite/ld-scripts/empty-address-4.s | 4 + ld/testsuite/ld-scripts/empty-address-4.t | 11 + ld/testsuite/ld-scripts/empty-address.exp | 1 + opcodes/arm-dis.c | 2 +- unwind-pacbti-m-readelf.d | 16 + unwind-pacbti-m.d | 23 + unwind-pacbti-m.s | 20 + 79 files changed, 1152 insertions(+), 838 deletions(-) create mode 100644 gdb/testsuite/gdb.opt/fortran-string.exp copy gdb/testsuite/{gdb.fortran/max-depth.f90 => gdb.opt/fortran-string.f90} (51%) create mode 100644 ld/testsuite/ld-scripts/empty-address-4.d create mode 100644 ld/testsuite/ld-scripts/empty-address-4.s create mode 100644 ld/testsuite/ld-scripts/empty-address-4.t create mode 100644 unwind-pacbti-m-readelf.d create mode 100644 unwind-pacbti-m.d create mode 100644 unwind-pacbti-m.s