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 66708c54e6b Automatic date update in version.in new d1c9b20ff9e gdb/riscv: Update API for looking up target descriptions new bf84f706662 gdbserver: Add RISC-V/Linux 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/ChangeLog | 31 +++++ gdb/NEWS | 8 ++ gdb/arch/riscv.c | 69 ++++++----- gdb/arch/riscv.h | 26 +++- gdb/nat/riscv-linux-tdesc.c | 8 +- gdb/nat/riscv-linux-tdesc.h | 7 +- gdb/riscv-linux-nat.c | 4 +- gdb/riscv-tdep.c | 2 +- gdbserver/ChangeLog | 10 ++ gdbserver/Makefile.in | 3 + gdbserver/configure.srv | 7 ++ gdbserver/linux-riscv-low.cc | 279 +++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 414 insertions(+), 40 deletions(-) create mode 100644 gdbserver/linux-riscv-low.cc