OSDN Git Service

2004-09-12 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sun, 12 Sep 2004 13:04:41 +0000 (13:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 12 Sep 2004 13:04:41 +0000 (13:04 +0000)
commit02314884b9373226691828bdd1c3a93a04c903c3
treea7690a74ca87bfe82fb29ac2531742b6db4614b3
parent8681c3bc7540374c7ce4cf0761b9970fda893dc0
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/powerpc/nbsd.mh
gdb/inf-child.c [new file with mode: 0644]
gdb/inf-child.h [new file with mode: 0644]
gdb/inf-ptrace.c [new file with mode: 0644]
gdb/inf-ptrace.h [new file with mode: 0644]
gdb/ppcnbsd-nat.c