]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
Add OpenBSD/sh native support.
authorMark Kettenis <kettenis@gnu.org>
Fri, 15 Dec 2006 23:57:35 +0000 (23:57 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 15 Dec 2006 23:57:35 +0000 (23:57 +0000)
commitbd37273160f1691c00eab2b3d7272a108619ebac
tree155dfd0bd7350edbc6e7ce1e77ea660fc450f1a5
parent54fe91723647abc320c9060fa403dc7d0d4f9d63
Add OpenBSD/sh native support.
* NEWS (New native configurations): Mention OpenBSD/sh.
* configure.host: Add sh*-*-openbsd*.
* shnbsd-nat.c: Include "inf-ptrace.h".
(shnbsd_fetch_inferior_registers): Rename from
fetch_inferior_registers.  Make static.
(shnbsd_store_inferior_registers): Rename from
store_inferior_registers.  Make static.
(_initialize_shnbsd_nat): New function.
* Makefile.in (shnbsd-nat.o): Update dependencies.
* config/sh/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove.
(NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
inf-ptrace.o.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/sh/nbsd.mh
gdb/configure.host
gdb/shnbsd-nat.c