mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 14:04:24 +08:00
* alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
* Makefile.in (alpha-osf1-tdep.o): Update dependencies.
This commit is contained in:
parent
9ee5e4996f
commit
9798ab0d69
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "value.h"
|
||||
#include "osabi.h"
|
||||
#include "gdb_string.h"
|
||||
#include "objfiles.h"
|
||||
|
||||
#include "alpha-tdep.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user