aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m88k
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-09-30 20:52:59 +0000
committerMark Kettenis <kettenis@gnu.org>2004-09-30 20:52:59 +0000
commitbc8ffc12f6b8d57bc1e6216149bae9d588f4e251 (patch)
tree5afafc8b1a6592cb0ec0f758963d420729afe9df /gdb/config/m88k
parent2739459855afeaf557aea2a585813b571da935c9 (diff)
downloadgdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.zip
gdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.tar.gz
gdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.tar.bz2
* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
(m88kbsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (m88kbsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_m88kbsd_nat): New prototype and function. * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-child.o and inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (m88kbsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r--gdb/config/m88k/obsd.mh3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/m88k/obsd.mh b/gdb/config/m88k/obsd.mh
index e9281bc..8cd61e5 100644
--- a/gdb/config/m88k/obsd.mh
+++ b/gdb/config/m88k/obsd.mh
@@ -1,3 +1,2 @@
# Host: OpenBSD/m88k
-NATDEPFILES= m88kbsd-nat.o fork-child.o infptrace.o inftarg.o
-NAT_FILE= config/nm-bsd.h
+NATDEPFILES= fork-child.o inf-child.o inf-ptrace.o m88kbsd-nat.o