diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-12 13:04:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-12 13:04:41 +0000 |
commit | 5bf970f9366e676f9fdc252cc9fde31fbf84b9c4 (patch) | |
tree | 52c3bff7ebc08f7a2d1119cd538f0224f96b78f8 /gdb/config/powerpc | |
parent | 74013231d1989923b284265e536a13457da4907c (diff) | |
download | gdb-5bf970f9366e676f9fdc252cc9fde31fbf84b9c4.zip gdb-5bf970f9366e676f9fdc252cc9fde31fbf84b9c4.tar.gz gdb-5bf970f9366e676f9fdc252cc9fde31fbf84b9c4.tar.bz2 |
2004-09-12 Andrew Cagney <cagney@gnu.org>
* ppcnbsd-nat.c: Include "inf-ptrace.h".
(ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
(ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
(_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
target.
* config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
inf-ptrace.o and inf-child.o.
* inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/nbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/nbsd.mh b/gdb/config/powerpc/nbsd.mh index 6a5ce92..4e7388b 100644 --- a/gdb/config/powerpc/nbsd.mh +++ b/gdb/config/powerpc/nbsd.mh @@ -1,5 +1,5 @@ # Host: PowerPC, running NetBSD -NATDEPFILES= fork-child.o infptrace.o inftarg.o ppcnbsd-nat.o bsd-kvm.o +NATDEPFILES= fork-child.o inf-child.o inf-ptrace.o infptrace.o ppcnbsd-nat.o bsd-kvm.o NAT_FILE= config/nm-nbsd.h LOADLIBES= -lkvm |