* alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.

* Makefile.in (alpha-osf1-tdep.o): Update dependencies.
This commit is contained in:
Joel Brobecker 2003-06-03 23:52:41 +00:00
parent 9ee5e4996f
commit 9798ab0d69
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-03 J. Brobecker <brobecker@gnat.com>
* alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
* Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2003-06-03 Andrew Cagney <cagney@redhat.com>
* sparc-tdep.c (sparc_convert_to_virtual): Delete function.

View File

@ -1515,7 +1515,7 @@ alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \
alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \
$(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h)
alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h)
$(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h) $(objfiles_h)
alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \
$(frame_unwind_h) $(frame_base_h) $(inferior_h) $(symtab_h) \
$(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \

View File

@ -24,6 +24,7 @@
#include "value.h"
#include "osabi.h"
#include "gdb_string.h"
#include "objfiles.h"
#include "alpha-tdep.h"