summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
committerNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
commitd37d3cf2f3b845b88e67285130dd5c64dea5346e (patch)
tree970e1031afedc20fb961c19e2b416789128816e7 /gdb/Makefile.in
parent654ea3a5fecec2de9253560aa93c240305d67543 (diff)
downloadgdb-d37d3cf2f3b845b88e67285130dd5c64dea5346e.tar.gz
* Makefile.in (amd64nbsd-nat.o): New dependency.
* amd64nbsd-nat.c: Include "nbsd-nat.h". (_initialize_amd64nbsd_nat): Update target vector to use nbsd_pid_to_exec_file. * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
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 7942b77a132..e6c8095fc5f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1867,7 +1867,7 @@ amd64-linux-tdep.o: amd64-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
amd64-nat.o: amd64-nat.c $(defs_h) $(gdbarch_h) $(regcache_h) \
$(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(amd64_tdep_h)
amd64nbsd-nat.o: amd64nbsd-nat.c $(defs_h) $(target_h) $(gdb_assert_h) \
- $(amd64_tdep_h) $(amd64_nat_h)
+ $(amd64_tdep_h) $(amd64_nat_h) $(nbsd_nat_h)
amd64nbsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
$(gdbcore_h) $(osabi_h) $(symtab_h) $(gdb_assert_h) $(amd64_tdep_h) \
$(nbsd_tdep_h) $(solib_svr4_h)