diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-04-16 22:12:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-04-16 22:12:09 +0000 |
commit | 65d034bc606e13587f6736d6f4f17d3ce67adb21 (patch) | |
tree | ef15afce9cfe18ef0c07f11db7a51859a6b544d2 /gdb/Makefile.in | |
parent | 7b6f628627fd678e69558bdc8e4f2bd62e56ec0c (diff) | |
download | gdb-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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 721431e..1a27600 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2371,7 +2371,7 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(tramp_frame_h) $(trad_frame_h) \ $(gdb_assert_h) $(solib_svr4_h) ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(ppc_tdep_h) $(ppcobsd_tdep_h) + $(ppc_tdep_h) $(ppcobsd_tdep_h) $(inf_ptrace_h) ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(floatformat_h) \ $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) \ $(tramp_frame_h) $(gdb_assert_h) $(gdb_string_h) $(ppc_tdep_h) \ |