aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-03-08 08:59:47 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-03-08 08:59:47 +0000
commit20be272bd75c6191cb06fab3122d8a29d7d53bcf (patch)
treee94593eb0fe460593cd67f30e5169de0e2550b13 /gdb/Makefile.in
parentbe46087ebca4fa12c073313129d078db08143d31 (diff)
downloadgdb-20be272bd75c6191cb06fab3122d8a29d7d53bcf.zip
gdb-20be272bd75c6191cb06fab3122d8a29d7d53bcf.tar.gz
gdb-20be272bd75c6191cb06fab3122d8a29d7d53bcf.tar.bz2
* Makefile.in: Add dependencies for iq2000-tdep.o.
* configure.tgt: Add iq2000-*-* target. * iq2000-tdep.c: New file. * config/iq2000/iq2000.mt: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index a2cf8e5..064dd88 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2115,6 +2115,10 @@ inf-ttrace.o: inf-ttrace.c $(defs_h) $(command_h) $(gdbcore_h) \
interps.o: interps.c $(defs_h) $(gdbcmd_h) $(ui_out_h) $(event_loop_h) \
$(event_top_h) $(interps_h) $(completer_h) $(gdb_string_h) \
$(gdb_events_h) $(gdb_assert_h) $(top_h) $(exceptions_h)
+iq2000-tdep.o: iq2000-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \
+ $(frame_unwind_h) $(dwarf2_frame_h) $(gdbtypes_h) $(value_h) \
+ $(dis_asm_h) $(gdb_string_h) $(arch_utils_h) $(regcache_h) \
+ $(osabi_h) $(gdbcore_h)
irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
$(regcache_h) $(gdb_string_h) $(gregset_h) $(mips_tdep_h)
jv-exp.o: jv-exp.c $(defs_h) $(gdb_string_h) $(expression_h) $(value_h) \