OSDN Git Service

2004-09-12 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Sun, 12 Sep 2004 13:04:31 +0000 (13:04 +0000)
committercagney <cagney>
Sun, 12 Sep 2004 13:04:31 +0000 (13:04 +0000)
commit83cb50581ff4392cfe5d680f2b921b10f46c53ab
tree0ea54d1778a26c24913261e75c27f429f5afd8df
parent9c1ed74180d16ccaa59c73d537ae9d26a3967367
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