* frv-tdep.c (dis-asm.h): Include.
authorKevin Buettner <kevinb@redhat.com>
Wed, 10 Sep 2003 07:32:47 +0000 (07:32 +0000)
committerKevin Buettner <kevinb@redhat.com>
Wed, 10 Sep 2003 07:32:47 +0000 (07:32 +0000)
* Makefile.in (frv-tdep.o): Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/frv-tdep.c

index c72420b3b149d864e3ca666a285e0cf997984882..064936e83dbaf65acce38bc338be267b312e3f13 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-10  Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-tdep.c (dis-asm.h): Include.
+       * Makefile.in (frv-tdep.o): Update dependencies.
+
 2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
 
        * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
index 3a8ed99d46f0eb547b426c178c373f63a18e10ca..825cbfb3349d81ca0c77d495eb6db4bf07680679 100644 (file)
@@ -1770,7 +1770,7 @@ frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \
        $(gdb_assert_h) $(dummy_frame_h)
 frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symfile_h) \
        $(gdbcore_h) $(arch_utils_h) $(regcache_h) $(frame_h) \
-       $(frame_unwind_h) $(frame_base_h) $(trad_frame_h)
+       $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(dis_asm_h)
 f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
        $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \
        $(f_lang_h) $(gdb_string_h)
index c217f0bb77dabe42e7e11b3bbc7db54398b6fadc..e7cd69995b217c70b2faed449fc43e8312e25f82 100644 (file)
@@ -29,6 +29,7 @@
 #include "frame-unwind.h"
 #include "frame-base.h"
 #include "trad-frame.h"
+#include "dis-asm.h"
 
 extern void _initialize_frv_tdep (void);
 
This page took 0.041037 seconds and 4 git commands to generate.