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 53a7a7e17c [gdb/symtab] Fix data race in per_cu->length adds 81384924cd gdb: have gdb_disassemble_info carry 'this' in its stream pointer adds 4cbe4ca5da gdb: add support for disassembler styling using libopcodes adds f58d9432cd Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.exp adds fdee9814e6 Fix non-existent "@var{thread-id}" in stop reply descriptions adds 5d067f3d41 Fix core-file -> detach -> crash (corefiles/29275) adds a78ef87574 Always emit =thread-exited notifications, even if silent adds 242f3484db Automatic date update in version.in adds d5ffc11fcb gdb/csky complete csky_dwarf_reg_to_regnum adds 35c5dcc666 PR29355, ld segfaults with -r/-q and custom-named section .rela* adds a14413ddff PowerPC md_end: Don't htab_delete(NULL) adds 68c0faca76 Introduce struct packed template adds ac3972d81f Fix -fsanitize=thread for per_cu fields adds 02f0597c46 [gdb/build] Fix build with gcc 4.8.5 adds 09559238fd [gdb/testsuite] Add tsan-suppressions.txt adds 75948417af [gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify_ [...] adds 657a50227b gdb: LoongArch: Add floating-point support adds 3f6227c2f4 gdbserver: LoongArch: Add floating-point support
No new revisions were added by this update.
Summary of changes: bfd/elflink.c | 8 +- bfd/version.h | 2 +- gas/config/tc-ppc.c | 18 +- gdb/NEWS | 28 +++ gdb/arch/loongarch.c | 9 + gdb/arch/loongarch.h | 17 +- gdb/cli/cli-style.c | 107 ++++++++++- gdb/cli/cli-style.h | 28 ++- gdb/corelow.c | 27 ++- gdb/csky-tdep.c | 25 ++- gdb/csky-tdep.h | 4 + gdb/defs.h | 3 + gdb/disasm.c | 217 ++++++++++++++++++++-- gdb/disasm.h | 81 +++++--- gdb/doc/gdb.texinfo | 122 ++++++++++-- gdb/dwarf2/read.h | 20 +- gdb/features/Makefile | 1 + gdb/features/loongarch/fpu.c | 55 ++++++ gdb/features/loongarch/fpu.xml | 50 +++++ gdb/loongarch-linux-nat.c | 52 ++++++ gdb/loongarch-linux-tdep.c | 69 ++++++- gdb/loongarch-tdep.c | 66 +++++-- gdb/loongarch-tdep.h | 1 + gdb/mi/mi-interp.c | 3 - gdb/testsuite/gdb.arch/aarch64-pauth.exp | 19 +- gdb/testsuite/gdb.base/corefile.exp | 12 ++ gdb/testsuite/gdb.base/libsegfault.exp | 8 +- gdb/testsuite/gdb.mi/mi-corefile.c | 27 +++ gdb/testsuite/gdb.mi/mi-corefile.exp | 69 +++++++ gdb/testsuite/gdb.threads/attach-slow-waitpid.exp | 8 +- gdb/testsuite/lib/gdb.exp | 26 +++ gdb/tsan-suppressions.txt | 18 ++ gdbserver/linux-loongarch-low.cc | 32 ++++ gdbsupport/packed.h | 94 ++++++++++ 34 files changed, 1197 insertions(+), 129 deletions(-) create mode 100644 gdb/features/loongarch/fpu.c create mode 100644 gdb/features/loongarch/fpu.xml create mode 100644 gdb/testsuite/gdb.mi/mi-corefile.c create mode 100644 gdb/testsuite/gdb.mi/mi-corefile.exp create mode 100644 gdb/tsan-suppressions.txt create mode 100644 gdbsupport/packed.h