* hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.

* Makefile.in (hppa-tdep.o): Update dependencies.
This commit is contained in:
Joel Brobecker 2003-09-11 02:00:51 +00:00
parent 60022f723a
commit fde2cceb86
3 changed files with 8 additions and 1 deletions

View 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.

View 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) \

View 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>