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]

[patch] Clean up x86-64 compilation warnings.


Committed as obvious.

2002-09-03  Michal Ludvig  <mludvig@suse.cz>

       * x86-64-linux-tdep.c: Include gdb_string.h
       * x86-64-linux-nat.c: Ditto.

Index: x86-64-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-linux-nat.c,v
retrieving revision 1.14
diff -u -p -r1.14 x86-64-linux-nat.c
--- x86-64-linux-nat.c  20 Jun 2002 13:08:11 -0000      1.14
+++ x86-64-linux-nat.c  3 Sep 2002 13:05:49 -0000
@@ -26,6 +26,7 @@
 #include "gdbcore.h"
 #include "regcache.h"
 #include "gdb_assert.h"
+#include "gdb_string.h"
 #include "x86-64-tdep.h"

 #include <sys/ptrace.h>
Index: x86-64-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-linux-tdep.c,v
retrieving revision 1.4
diff -u -p -r1.4 x86-64-linux-tdep.c
--- x86-64-linux-tdep.c 24 Feb 2002 22:14:33 -0000      1.4
+++ x86-64-linux-tdep.c 3 Sep 2002 13:05:49 -0000
@@ -24,6 +24,7 @@
 #include "defs.h"
 #include "inferior.h"
 #include "gdbcore.h"
+#include "gdb_string.h"
 #include "regcache.h"
 #include "x86-64-tdep.h"
 #include "dwarf2cfi.h"

Michal Ludvig
--
* SuSE CR, s.r.o     * mludvig@suse.cz
* +420 2 9654 5373   * http://www.suse.cz


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