mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
* hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
* Makefile.in (hppa-tdep.o): Update dependencies.
This commit is contained in:
parent
60022f723a
commit
fde2cceb86
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user