diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-09-02 23:42:29 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-09-02 23:42:29 +0000 |
commit | 697e3bc900c45f59d8a79ad0e552eece0a87be35 (patch) | |
tree | 62f4d4a19092b3ca9f80053bc0db6f191525e1e4 /gdb/Makefile.in | |
parent | 45090ce3a3d658e0dac51f44f1009ab69a366e2a (diff) | |
download | gdb-697e3bc900c45f59d8a79ad0e552eece0a87be35.zip gdb-697e3bc900c45f59d8a79ad0e552eece0a87be35.tar.gz gdb-697e3bc900c45f59d8a79ad0e552eece0a87be35.tar.bz2 |
* mn10300-tdep.c (osabi.h): Include.
(mn10300_gdbarch_init): Invoke gdbarch_init_osabi().
* Makefile.in (mn10300-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 92c8ad1..45026ff 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2310,7 +2310,8 @@ mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ $(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \ $(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \ - $(symtab_h) $(dwarf2_frame_h) $(regcache_h) $(mn10300_tdep_h) + $(symtab_h) $(dwarf2_frame_h) $(regcache_h) $(osabi_h) $(mn10300_tdep_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) |