2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Wed, 8 Oct 2003 02:41:49 +0000 (02:41 +0000)
committerKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Wed, 8 Oct 2003 02:41:49 +0000 (02:41 +0000)
* m32r-tdep.c : Include "dis-asm.h".
* Makefile.in (m32r-tdep.o): Update dependencies.

gdb/Makefile.in
gdb/m32r-tdep.c

index cdbb92a159eca0052da556879a695f56019c46ea..5aa199d039c43bc421be3781c25debbea574fba1 100644 (file)
@@ -1965,7 +1965,7 @@ m32r-tdep.o: m32r-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
        $(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \
        $(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \
        $(language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \
-       $(gdb_assert_h)
+       $(gdb_assert_h) $(dis_asm_h)
 m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
        $(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \
        $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \
index 12a91c223f92af2e3e8585391071c896856ad381..15529b5a414a6b0967aaacabb0c256cac0c368d0 100644 (file)
@@ -37,6 +37,7 @@
 #include "arch-utils.h"
 #include "regcache.h"
 #include "trad-frame.h"
+#include "dis-asm.h"
 
 #include "gdb_assert.h"
 
This page took 0.045016 seconds and 4 git commands to generate.