aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-04-16 22:12:09 +0000
committerMark Kettenis <kettenis@gnu.org>2005-04-16 22:12:09 +0000
commit65d034bc606e13587f6736d6f4f17d3ce67adb21 (patch)
treeef15afce9cfe18ef0c07f11db7a51859a6b544d2 /gdb/config/powerpc
parent7b6f628627fd678e69558bdc8e4f2bd62e56ec0c (diff)
downloadgdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.zip
gdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.tar.gz
gdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.tar.bz2
* ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
(ppcobsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (ppcobsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_ppcobsd_nat): Construct and add target vector. * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (ppcobsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/obsd.mh3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/powerpc/obsd.mh b/gdb/config/powerpc/obsd.mh
index 0482d3d..4986ef8 100644
--- a/gdb/config/powerpc/obsd.mh
+++ b/gdb/config/powerpc/obsd.mh
@@ -1,3 +1,2 @@
# Host: OpenBSD/powerpc
-NATDEPFILES= ppcobsd-nat.o fork-child.o infptrace.o inftarg.o
-NAT_FILE= config/nm-bsd.h
+NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o