This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 75948417af8 [gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify [...] new 657a50227bb gdb: LoongArch: Add floating-point support new 3f6227c2f40 gdbserver: LoongArch: Add floating-point support
The 2 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/arch/loongarch.c | 9 ++++++ gdb/arch/loongarch.h | 17 +++++++++- 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 + gdbserver/linux-loongarch-low.cc | 32 +++++++++++++++++++ 10 files changed, 332 insertions(+), 20 deletions(-) create mode 100644 gdb/features/loongarch/fpu.c create mode 100644 gdb/features/loongarch/fpu.xml