]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add native target for FreeBSD/riscv.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 8 Oct 2018 21:47:34 +0000 (14:47 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 8 Oct 2018 21:47:34 +0000 (14:47 -0700)
commit74792ff782431ec6113b9a8a8e85b95f46094c7f
treea026f6d0b5ecb9afad8a85b0d84a168c5befd016
parented65e20bc7cd18406081cf5ba29f9c9bccd4e52f
Add native target for FreeBSD/riscv.

gdb/ChangeLog:

* Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
* NEWS: Mention new FreeBSD/riscv native configuration.
* configure.host: Add riscv*-*-freebsd*.
* configure.nat: Likewise.
* riscv-fbsd-nat.c: New file.

gdb/doc/ChangeLog:

* gdb.texinfo (Contributors): Add SRI International and University
of Cambridge for FreeBSD/riscv.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/configure.host
gdb/configure.nat
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/riscv-fbsd-nat.c [new file with mode: 0644]