aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-04-17 22:20:20 +0000
committerMark Kettenis <kettenis@gnu.org>2005-04-17 22:20:20 +0000
commit57cd0b542e1ea81327fcaffab7225c377fb0a4cc (patch)
tree2ae874de0a0b64d6f9bbac49e41ad9827da969f6 /gdb/config
parent64c1196b585b7bf52229a3e0b51684e3514e69a0 (diff)
downloadgdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.zip
gdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.tar.gz
gdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.tar.bz2
* hppabsd-nat.c: Update copyright year. Include "target.h" and
"inf-ptrace.h". (hppabsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (hppabsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_hppabsd_nat): New function and prototype. * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (hppabsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/obsd.mh3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/pa/obsd.mh b/gdb/config/pa/obsd.mh
index 2c3dba9..4e76832 100644
--- a/gdb/config/pa/obsd.mh
+++ b/gdb/config/pa/obsd.mh
@@ -1,3 +1,2 @@
# Host: OpenBSD/hppa
-NATDEPFILES= fork-child.o infptrace.o inftarg.o hppabsd-nat.o
-NAT_FILE= config/nm-bsd.h
+NATDEPFILES= fork-child.o inf-ptrace.o hppabsd-nat.o