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)
commit5bf970f9366e676f9fdc252cc9fde31fbf84b9c4
tree52c3bff7ebc08f7a2d1119cd538f0224f96b78f8
parent74013231d1989923b284265e536a13457da4907c
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
This page took 0.025658 seconds and 4 git commands to generate.