From 9798ab0d69e8b32b5fcf84bb2aaa61380feff5fd Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 3 Jun 2003 23:52:41 +0000 Subject: [PATCH] * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile. * Makefile.in (alpha-osf1-tdep.o): Update dependencies. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 +- gdb/alpha-osf1-tdep.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48ba951e5f6..815d8f7aeb4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 J. Brobecker + + * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile. + * Makefile.in (alpha-osf1-tdep.o): Update dependencies. + 2003-06-03 Andrew Cagney * sparc-tdep.c (sparc_convert_to_virtual): Delete function. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 93ab6ca6f9f..3a68642fab9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) \ diff --git a/gdb/alpha-osf1-tdep.c b/gdb/alpha-osf1-tdep.c index 26e17907607..1c52329d323 100644 --- a/gdb/alpha-osf1-tdep.c +++ b/gdb/alpha-osf1-tdep.c @@ -24,6 +24,7 @@ #include "value.h" #include "osabi.h" #include "gdb_string.h" +#include "objfiles.h" #include "alpha-tdep.h" -- 2.30.2