This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 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 new 43f074cde4 [gdb/record] Support recording of getrandom
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: 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/defs.h | 3 + gdb/dwarf2/read.h | 20 ++--- 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.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 | 94 +++++++++++++++++++++++ 27 files changed, 614 insertions(+), 32 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 create mode 100644 gdbsupport/packed.h