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 aff4e1751f gdb: Make infrun.c:resume function static new 90ad36544c RISC-V: Add linux target support. new 3c77f97eb0 RISC-V: Add native linux support. new 52a187f8e7 RISC-V: Add configure support for riscv*-linux*.
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/ChangeLog | 11 ++ gdb/Makefile.in | 3 + gdb/NEWS | 8 ++ gdb/configure.host | 2 + gdb/configure.nat | 4 + gdb/configure.tgt | 6 ++ gdb/riscv-linux-nat.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++++ gdb/riscv-linux-tdep.c | 94 +++++++++++++++++ 8 files changed, 408 insertions(+) create mode 100644 gdb/riscv-linux-nat.c create mode 100644 gdb/riscv-linux-tdep.c