summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-04-15 15:03:30 +0000
committerMark Kettenis <kettenis@gnu.org>2004-04-15 15:03:30 +0000
commit145d6d51137a230027f1af9e8432d4164bd57daa (patch)
treee66f83136de88e93700562a8fb1d381fddc405a8 /gdb/Makefile.in
parent0d2823c6678af43bcdf45d8aa00026ff3de1a000 (diff)
downloadgdb-145d6d51137a230027f1af9e8432d4164bd57daa.tar.gz
* vax-tdep.c: Include "regset.h".
(vax_supply_gregset): New function. (vax_gregset): New variable. (vax_regset_from_core_section): New function. (vax_gdbarch_init): Set regset_from_core_section. * Makefile.in (vax-tdep.o): Update dependencies.
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 f5c9ef65e04..29a027e83c5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2499,8 +2499,8 @@ varobj.o: varobj.c $(defs_h) $(value_h) $(expression_h) $(frame_h) \
$(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h)
vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
$(inferior_h) $(regcache_h) $(frame_h) $(frame_base_h) \
- $(frame_unwind_h) $(value_h) $(arch_utils_h) $(gdb_string_h) \
- $(osabi_h) $(dis_asm_h) $(vax_tdep_h)
+ $(frame_unwind_h) $(value_h) $(arch_utils_h) $(osabi_h) \
+ $(dis_asm_h) $(regset_h) $(gdb_string_h) $(vax_tdep_h)
vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h)
vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
$(vax_tdep_h) $(solib_svr4_h)