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-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 0556ff7376 Fix include guard naming for arch/aarch64-mte-linux.h adds b265799996 Automatic date update in version.in adds a4ca6efe05 [gdb/symtab] Use comp_unit_head::get_length adds 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 adds 43f074cde4 [gdb/record] Support recording of getrandom adds 98f49277b5 LTO plugin: sync header file with GCC adds 3da5576c91 [gdb/symtab] Add dwarf2_cu::lang () adds d21d919bc1 Improve "set scheduler-locking" documentation adds dd4c046506 Automatic date update in version.in adds 52c0a45546 [gdb/symtab] Make per_cu->set_lang more strict adds cf6c1e710e gdbserver: remove unused variable adds 0f443d1b70 Fix "until LINE" in main, when "until" runs into longjmp adds 43127ae571 Fix gdb.base/step-indirect-call-thunk.exp adds 485caa08c0 Add PowerPC support to gdb.cp/call-method-register.cc adds 2b8b0dca3b Fix for gdb.base/stap-probe.c adds 9779607aff Tighten gdb.threads/no-unwaited-for-left.exp regexps adds 869fa2b36c Automatic date update in version.in adds 00b37cc41e PowerPC: implement md_operand to parse register names adds 5f6c92298a Re: PowerPC: implement md_operand to parse register names adds 4f92e10cda [gdb/symtab] Fix data race in ~charset_vector adds b35bd7d552 [gdb/symtab] Make per_cu->unit_type atomic adds 14dd1080c6 [gdb/symtab] Make per_cu->m_lang atomic adds 2df41bda2f [gdb/build] Fix gdb build with gcc 4.8.5 adds e24500cbab gdb: Document floating-point support for LoongArch new 18a5766d09 [gdbsupport] Add sequential_for_each
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/elflink.c | 8 +- bfd/version.h | 2 +- gas/config/tc-ppc.c | 167 ++++++------ gas/config/tc-ppc.h | 7 +- gas/read.c | 3 +- gas/testsuite/gas/ppc/ppc.exp | 1 + gas/testsuite/gas/ppc/regsyms.d | 10 + gas/testsuite/gas/ppc/regsyms.s | 4 + gdb/NEWS | 32 +++ gdb/aarch64-linux-tdep.c | 2 + gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 3 +- gdb/arch/loongarch.c | 9 + gdb/arch/loongarch.h | 17 +- gdb/arm-linux-tdep.c | 1 + gdb/breakpoint.c | 2 +- gdb/charset.c | 8 +- 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 | 166 +++++++++--- gdb/dwarf2/cu.c | 2 +- gdb/dwarf2/cu.h | 7 + gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/read.c | 279 ++++++++++----------- gdb/dwarf2/read.h | 83 ++++-- gdb/features/Makefile | 1 + gdb/features/loongarch/fpu.c | 55 ++++ gdb/features/loongarch/fpu.xml | 50 ++++ gdb/linux-record.c | 6 + gdb/linux-record.h | 1 + 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/ppc-linux-tdep.c | 2 + gdb/s390-linux-tdep.c | 2 + 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.base/longjmp-until-in-main.c | 34 +++ gdb/testsuite/gdb.base/longjmp-until-in-main.exp | 44 ++++ gdb/testsuite/gdb.base/stap-probe.c | 2 + .../gdb.base/step-indirect-call-thunk.exp | 6 +- gdb/testsuite/gdb.cp/call-method-register.cc | 2 + gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp | 4 +- gdb/testsuite/gdb.mi/mi-corefile.c | 27 ++ gdb/testsuite/gdb.mi/mi-corefile.exp | 69 +++++ gdb/testsuite/gdb.reverse/getrandom.c | 41 +++ gdb/testsuite/gdb.reverse/getrandom.exp | 56 +++++ gdb/testsuite/gdb.threads/attach-slow-waitpid.exp | 8 +- gdb/testsuite/gdb.threads/no-unwaited-for-left.exp | 4 +- gdb/testsuite/lib/gdb.exp | 26 ++ gdb/tsan-suppressions.txt | 18 ++ gdbserver/linux-loongarch-low.cc | 32 +++ gdbserver/server.cc | 8 +- gdbsupport/packed.h | 96 +++++++ gdbsupport/parallel-for.h | 23 ++ include/plugin-api.h | 33 +++ 65 files changed, 1784 insertions(+), 406 deletions(-) create mode 100644 gas/testsuite/gas/ppc/regsyms.d create mode 100644 gas/testsuite/gas/ppc/regsyms.s create mode 100644 gdb/features/loongarch/fpu.c create mode 100644 gdb/features/loongarch/fpu.xml create mode 100644 gdb/testsuite/gdb.base/longjmp-until-in-main.c create mode 100644 gdb/testsuite/gdb.base/longjmp-until-in-main.exp create mode 100644 gdb/testsuite/gdb.mi/mi-corefile.c create mode 100644 gdb/testsuite/gdb.mi/mi-corefile.exp create mode 100644 gdb/testsuite/gdb.reverse/getrandom.c create mode 100644 gdb/testsuite/gdb.reverse/getrandom.exp create mode 100644 gdb/tsan-suppressions.txt create mode 100644 gdbsupport/packed.h