aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-23 10:33:37 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-23 10:33:37 +0000
commit90f3cecd6ae6ffb2adb87e4d46a4317e0a7bcf10 (patch)
tree482b3d326e5cd437b68b616654a1f834b3a2b7fa /gdb/Makefile.in
parenta4954a62fca0b9d4679b2549a84b5d224ca062ae (diff)
downloadgdb-90f3cecd6ae6ffb2adb87e4d46a4317e0a7bcf10.zip
gdb-90f3cecd6ae6ffb2adb87e4d46a4317e0a7bcf10.tar.gz
gdb-90f3cecd6ae6ffb2adb87e4d46a4317e0a7bcf10.tar.bz2
* sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
<machine/pcb.h> and "bsd-kvm.h". (sparc64nbsd_supply_pcb): New function. (_initialize_sparc64nbsd_nat): Renamed from _initialize_sparcnbsd_nat. Enable libkvm interface. * Makefile.in (sparc64nbsd-nat.o): Update dependencies. * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o (LOADLIBES): New variable.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 17225d1..f8c50d6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2418,8 +2418,8 @@ sparc64-linux-tdep.o: sparc64-linux-tdep.c $(defs_h) $(gdbarch_h) $(osabi_h) \
$(solib_svr4_h) $(sparc64_tdep_h)
sparc64-nat.o: sparc64-nat.c $(defs_h) $(gdbarch_h) $(sparc64_tdep_h) \
$(sparc_nat_h)
-sparc64nbsd-nat.o: sparc64nbsd-nat.c $(defs_h) $(sparc64_tdep_h) \
- $(sparc_nat_h)
+sparc64nbsd-nat.o: sparc64nbsd-nat.c $(defs_h) $(regcache_h) \
+ $(sparc64_tdep_h) $(sparc_nat_h) $(bsd_kvm_h)
sparc64nbsd-tdep.o: sparc64nbsd-tdep.c $(defs_h) $(frame_h) \
$(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \
$(symtab_h) $(solib_svr4_h) $(trad_frame_h) $(gdb_assert_h) \