aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-04-17 22:20:20 +0000
committerMark Kettenis <kettenis@gnu.org>2005-04-17 22:20:20 +0000
commit57cd0b542e1ea81327fcaffab7225c377fb0a4cc (patch)
tree2ae874de0a0b64d6f9bbac49e41ad9827da969f6 /gdb/Makefile.in
parent64c1196b585b7bf52229a3e0b51684e3514e69a0 (diff)
downloadgdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.zip
gdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.tar.gz
gdb-57cd0b542e1ea81327fcaffab7225c377fb0a4cc.tar.bz2
* hppabsd-nat.c: Update copyright year. Include "target.h" and
"inf-ptrace.h". (hppabsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (hppabsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_hppabsd_nat): New function and prototype. * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (hppabsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8308cbc..0bc7c87 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1994,7 +1994,7 @@ go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) $(gdb_wait_h) $(gdbcore_h) \
hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \
$(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) $(gnu_v2_abi_h)
hppabsd-nat.o: hppabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
- $(hppa_tdep_h)
+ $(target_h) $(hppa_tdep_h) $(inf_ptrace_h)
hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
$(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \
$(hppa_tdep_h) $(solib_svr4_h)