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-aarch64-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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/doc/gdb.texinfo | 40 ++-- gdb/dwarf2/cu.c | 2 +- gdb/dwarf2/cu.h | 7 + gdb/dwarf2/read.c | 236 +++++++++++----------- gdb/dwarf2/read.h | 11 +- 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/ppc-linux-tdep.c | 2 + gdb/s390-linux-tdep.c | 2 + gdb/testsuite/gdb.base/libsegfault.exp | 8 +- gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp | 4 +- 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/lib/gdb.exp | 26 +++ gdb/tsan-suppressions.txt | 18 ++ gdbserver/linux-loongarch-low.cc | 32 +++ gdbsupport/packed.h | 4 + include/plugin-api.h | 33 +++ 33 files changed, 706 insertions(+), 162 deletions(-) create mode 100644 gdb/features/loongarch/fpu.c create mode 100644 gdb/features/loongarch/fpu.xml 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