diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:59:47 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:59:47 +0000 |
commit | 20be272bd75c6191cb06fab3122d8a29d7d53bcf (patch) | |
tree | e94593eb0fe460593cd67f30e5169de0e2550b13 /gdb/Makefile.in | |
parent | be46087ebca4fa12c073313129d078db08143d31 (diff) | |
download | gdb-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.in | 4 |
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) \ |