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 60c95acdaca Link x86-64 mark-plt-1.so with --no-as-needed new 1e9569f383a gdb: LoongArch: Add vector extensions support new e4d74c01e77 gdb: LoongArch: Add LBT extension support new be908bd6e7f gdb: LoongArch: Implement the get_syscall_number gdbarch method
The 3 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 | 10 ++ gdb/arch/loongarch.h | 12 ++ gdb/features/Makefile | 3 + gdb/features/loongarch/lasx.c | 85 +++++++++++++ gdb/features/loongarch/lasx.xml | 60 +++++++++ gdb/features/loongarch/lbt.c | 19 +++ gdb/features/loongarch/lbt.xml | 16 +++ gdb/features/loongarch/lsx.c | 82 ++++++++++++ gdb/features/loongarch/lsx.xml | 59 +++++++++ gdb/loongarch-linux-nat.c | 189 ++++++++++++++++++++++++++++ gdb/loongarch-linux-tdep.c | 265 +++++++++++++++++++++++++++++++++++++++ gdb/loongarch-tdep.c | 54 ++++++++ gdb/loongarch-tdep.h | 3 + gdbserver/linux-loongarch-low.cc | 95 ++++++++++++++ 14 files changed, 952 insertions(+) create mode 100644 gdb/features/loongarch/lasx.c create mode 100644 gdb/features/loongarch/lasx.xml create mode 100644 gdb/features/loongarch/lbt.c create mode 100644 gdb/features/loongarch/lbt.xml create mode 100644 gdb/features/loongarch/lsx.c create mode 100644 gdb/features/loongarch/lsx.xml