* hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 11 Sep 2003 02:00:51 +0000 (02:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 11 Sep 2003 02:00:51 +0000 (02:00 +0000)
        * Makefile.in (hppa-tdep.o): Update dependencies.

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

index 5f020b2..4e38baf 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-10  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
+       * Makefile.in (hppa-tdep.o): Update dependencies.
+
 2003-09-10  James E Wilson  <wilson@specifixinc.com>
 
        * MAINTAINERS: Change my e-mail address.
index 825cbfb..ad0d30c 100644 (file)
@@ -1819,7 +1819,8 @@ hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \
        $(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \
        $(gdb_assert_h) $(infttrace_h) $(symtab_h) $(infcall_h) \
        $(a_out_encap_h) $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) \
-       $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) $(hppa_tdep_h)
+       $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) $(hppa_tdep_h) \
+       $(dis_asm_h)
 hpread.o: hpread.c $(defs_h) $(bfd_h) $(gdb_string_h) $(hp_symtab_h) \
        $(syms_h) $(symtab_h) $(symfile_h) $(objfiles_h) $(buildsym_h) \
        $(complaints_h) $(gdb_stabs_h) $(gdbtypes_h) $(demangle_h) \
index 1f0b3d0..6148915 100644 (file)
@@ -37,6 +37,7 @@
 /* For argument passing to the inferior */
 #include "symtab.h"
 #include "infcall.h"
+#include "dis-asm.h"
 
 #ifdef USG
 #include <sys/types.h>