aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-12-15 23:57:35 +0000
committerMark Kettenis <kettenis@gnu.org>2006-12-15 23:57:35 +0000
commitbd37273160f1691c00eab2b3d7272a108619ebac (patch)
tree155dfd0bd7350edbc6e7ce1e77ea660fc450f1a5 /gdb/NEWS
parent54fe91723647abc320c9060fa403dc7d0d4f9d63 (diff)
downloadfsf-binutils-gdb-bd37273160f1691c00eab2b3d7272a108619ebac.zip
fsf-binutils-gdb-bd37273160f1691c00eab2b3d7272a108619ebac.tar.gz
fsf-binutils-gdb-bd37273160f1691c00eab2b3d7272a108619ebac.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index b39c89c..22b7518 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -28,6 +28,10 @@ show breakpoint auto-hw
"break" command and internal breakpoints used for other commands
including "next" and "finish".
+* New native configurations
+
+OpenBSD/sh sh*-*openbsd*
+
* New targets
OpenBSD/sh sh*-*-openbsd*