This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix i386v-nat.c compilation


   Date: Fri, 25 Oct 2002 13:29:34 -0700
   From: Joel Brobecker <brobecker@gnat.com>

   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   > 
   > 	* i386v-nat.c: Include "i386-tdep.h".

   I think that Makefile.in should be updated too: Add $(i386_tdep_h) to
   the rule for i386v-nat.o.

Oops.  Fixed with the attached patch.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* Makefile.in (i386v-nat.o): Add $(i386_tdep_h).

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.272
diff -u -p -r1.272 Makefile.in
--- Makefile.in 24 Oct 2002 00:13:57 -0000 1.272
+++ Makefile.in 25 Oct 2002 21:12:54 -0000
@@ -1763,7 +1763,7 @@ i386obsd-nat.o: i386obsd-nat.c $(defs_h)
 i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \
 	$(regcache_h) $(i386_tdep_h) $(i387_tdep_h)
 i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \
-	$(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h)
+	$(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h) $(i386_tdep_h)
 i386v4-nat.o: i386v4-nat.c $(defs_h) $(value_h) $(inferior_h) $(regcache_h) \
 	$(i386_tdep_h) $(i387_tdep_h) $(gregset_h)
 i387-tdep.o: i387-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]