Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix i386v-nat.c compilation
@ 2002-10-25 11:55 Mark Kettenis
  2002-10-25 13:28 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2002-10-25 11:55 UTC (permalink / raw)
  To: gdb-patches

Checked in on mailine & branch.


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

	* i386v-nat.c: Include "i386-tdep.h".

Index: i386v-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386v-nat.c,v
retrieving revision 1.11
diff -u -p -r1.11 i386v-nat.c
--- i386v-nat.c 18 Aug 2002 21:53:55 -0000 1.11
+++ i386v-nat.c 25 Oct 2002 18:49:31 -0000
@@ -60,6 +60,8 @@
 #include "floatformat.h"
 
 #include "target.h"
+
+#include "i386-tdep.h"
 \f
 
 /* Mapping between the general-purpose registers in `struct user'


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix i386v-nat.c compilation
  2002-10-25 11:55 [PATCH] Fix i386v-nat.c compilation Mark Kettenis
@ 2002-10-25 13:28 ` Joel Brobecker
  2002-10-25 14:24   ` Mark Kettenis
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2002-10-25 13:28 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

> 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.

-- 
Joel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix i386v-nat.c compilation
  2002-10-25 13:28 ` Joel Brobecker
@ 2002-10-25 14:24   ` Mark Kettenis
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Kettenis @ 2002-10-25 14:24 UTC (permalink / raw)
  To: brobecker; +Cc: gdb-patches

   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) \


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-25 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 11:55 [PATCH] Fix i386v-nat.c compilation Mark Kettenis
2002-10-25 13:28 ` Joel Brobecker
2002-10-25 14:24   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox