summaryrefslogtreecommitdiff
path: root/gdb/configure.host
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
commit1a98fcdc677e1e8a98fd21043788dc5c6276d61d (patch)
tree4ae3a7b6198fb3d3945b2d9a0a4b99bca58bb94e /gdb/configure.host
parent3dfae23524c4443c1f621952f2b34ef317bf97cf (diff)
downloadgdb-1a98fcdc677e1e8a98fd21043788dc5c6276d61d.tar.gz
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/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 3615859cc21..f8aa18d272e 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -130,6 +130,7 @@ s390*-*-*) gdb_host=s390 ;;
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
gdb_host=nbsd ;;
+sh*-*-openbsd*) gdb_host=nbsd ;;
sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu)
gdb_host=fbsd ;;