diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-15 23:57:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-15 23:57:35 +0000 |
commit | bd37273160f1691c00eab2b3d7272a108619ebac (patch) | |
tree | 155dfd0bd7350edbc6e7ce1e77ea660fc450f1a5 /gdb/config | |
parent | 54fe91723647abc320c9060fa403dc7d0d4f9d63 (diff) | |
download | gdb-bd37273160f1691c00eab2b3d7272a108619ebac.zip gdb-bd37273160f1691c00eab2b3d7272a108619ebac.tar.gz 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/config')
-rw-r--r-- | gdb/config/sh/nbsd.mh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/config/sh/nbsd.mh b/gdb/config/sh/nbsd.mh index 9c7cec9..d5e67cb 100644 --- a/gdb/config/sh/nbsd.mh +++ b/gdb/config/sh/nbsd.mh @@ -1,4 +1,2 @@ -# Host: SuperH running NetBSD -NAT_CLIBS= -NATDEPFILES= infptrace.o inftarg.o fork-child.o shnbsd-nat.o -NAT_FILE= config/nm-nbsd.h +# Host: NetBSD/sh +NATDEPFILES= fork-child.o inf-ptrace.o shnbsd-nat.o |