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 e32b976a152 gdb: fix bashism in configure.ac new b9c7eed0c24 This commit adds record full support for rv64gc instruction set
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/NEWS | 2 + gdb/configure.tgt | 5 +- gdb/doc/gdb.texinfo | 6 +- gdb/riscv-canonicalize-syscall-gen.c | 342 ++++++++++ gdb/riscv-linux-tdep.c | 256 ++++++++ .../cu-empty-name.c => riscv-linux-tdep.h} | 17 +- gdb/riscv-tdep.c | 686 ++++++++++++++++++++- gdb/riscv-tdep.h | 16 +- gdb/syscalls/riscv-canonicalize-syscall-gen.py | 163 +++++ gdb/testsuite/lib/gdb.exp | 3 +- 10 files changed, 1479 insertions(+), 17 deletions(-) create mode 100644 gdb/riscv-canonicalize-syscall-gen.c copy gdb/{testsuite/gdb.dwarf2/cu-empty-name.c => riscv-linux-tdep.h} (68%) create mode 100755 gdb/syscalls/riscv-canonicalize-syscall-gen.py