aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-17 11:03:49 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-17 11:03:49 +0000
commit7ddd7709149d9789a53d455f7bc9ba4c83635608 (patch)
tree6906ba596995be648bcfdae8ac16650d94143760 /gdb/Makefile.in
parent2c07db7ac031ac855c833c5ceed59763d4011290 (diff)
downloadgdb-7ddd7709149d9789a53d455f7bc9ba4c83635608.zip
gdb-7ddd7709149d9789a53d455f7bc9ba4c83635608.tar.gz
gdb-7ddd7709149d9789a53d455f7bc9ba4c83635608.tar.bz2
* vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
"bsd-kvm.h". (vaxbsd_supply_pcb): New function. (_initialize_vaxbsd_nat): New prototype and function. * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and solib-sunos.o. (LOADLIBES): New variable. * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * Makefile.in (vaxbsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e8dc635..17225d1 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2566,7 +2566,8 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \
$(frame_base_h) $(frame_unwind_h) $(gdbcore_h) $(osabi_h) \
$(regcache_h) $(regset_h) $(value_h) $(trad_frame_h) \
$(gdb_string_h) $(vax_tdep_h)
-vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h)
+vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
+ $(vax_tdep_h) $(bsd_kvm_h)
vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
$(vax_tdep_h) $(solib_svr4_h) $(gdb_string_h)
win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \