diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-08-15 21:46:38 +0000 |
commit | 61def6bdbf0413c7a576501be1817b2fcd1c57e4 (patch) | |
tree | b0ebe60a01b99b5d20175f6353ce05937a1f31cf /gdb/Makefile.in | |
parent | 44878bae0ae9c011b53d9f66a9b2666c26bc23e1 (diff) | |
download | fsf-binutils-gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.zip fsf-binutils-gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.gz fsf-binutils-gdb-61def6bdbf0413c7a576501be1817b2fcd1c57e4.tar.bz2 |
Contribute target dependent code for Morpho Technologies ms1 processor.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 05bbd9f..b46ac36 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2312,6 +2312,11 @@ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \ $(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \ $(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h) +ms1-tdep.o: ms1-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) $(frame_base_h) \ + $(symtab_h) $(dis_asm_h) $(arch_utils_h) $(gdbtypes_h) \ + $(gdb_string_h) $(regcache_h) $(reggroups_h) $(gdbcore_h) \ + $(trad_frame_h) $(inferior_h) $(dwarf2_frame_h) $(infcall_h) \ + $(gdb_assert_h) nbsd-tdep.o: nbsd-tdep.c $(defs_h) $(gdb_string_h) $(solib_svr4_h) nlmread.o: nlmread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \ $(objfiles_h) $(buildsym_h) $(stabsread_h) $(block_h) |