From: Kevin Buettner Date: Wed, 10 Sep 2003 07:32:47 +0000 (+0000) Subject: * frv-tdep.c (dis-asm.h): Include. X-Git-Tag: ezannoni_pie-20030916-branchpoint~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcc6aaff9c3e48213807e41726275df35ce8a20b;p=platform%2Fupstream%2Fbinutils.git * frv-tdep.c (dis-asm.h): Include. * Makefile.in (frv-tdep.o): Update dependencies. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c72420b..064936e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-09-10 Kevin Buettner + + * frv-tdep.c (dis-asm.h): Include. + * Makefile.in (frv-tdep.o): Update dependencies. + 2003-09-09 Jeff Johnston * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs): diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3a8ed99..825cbfb 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index c217f0b..e7cd699 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -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);