* procfs.c: Add gdb_bfd header.
authorPierre Muller <muller@sourceware.org>
Wed, 26 Sep 2012 21:23:11 +0000 (21:23 +0000)
committerPierre Muller <muller@sourceware.org>
Wed, 26 Sep 2012 21:23:11 +0000 (21:23 +0000)
* rs6000-nat.c: Likewise.
* solib-pa64.c: Likewise.
* spu-linux-nat.c: Likewise.
* windows-nat.c: Likewise.

gdb/ChangeLog
gdb/procfs.c
gdb/rs6000-nat.c
gdb/solib-pa64.c
gdb/spu-linux-nat.c
gdb/windows-nat.c

index ede565a..081e305 100644 (file)
@@ -1,3 +1,11 @@
+2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * procfs.c: Add gdb_bfd header.
+       * rs6000-nat.c: Likewise.
+       * solib-pa64.c: Likewise.
+       * spu-linux-nat.c: Likewise.
+       * windows-nat.c: Likewise.
+
 2012-09-26  Tom Tromey  <tromey@redhat.com>
 
        * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
index ee2b123..3011017 100644 (file)
@@ -45,6 +45,7 @@
 #include "gdb_wait.h"
 #include <signal.h>
 #include <ctype.h>
+#include "gdb_bfd.h"
 #include "gdb_string.h"
 #include "gdb_assert.h"
 #include "inflow.h"
index 0ec0429..3eb2cd7 100644 (file)
@@ -53,6 +53,7 @@
 #include <a.out.h>
 #include <sys/file.h>
 #include "gdb_stat.h"
+#include "gdb_bfd.h"
 #include <sys/core.h>
 #define __LDINFO_PTRACE32__    /* for __ld_info32 */
 #define __LDINFO_PTRACE64__    /* for __ld_info64 */
index d9f277f..60b3684 100644 (file)
@@ -37,6 +37,7 @@
 #include "target.h"
 #include "inferior.h"
 #include "regcache.h"
+#include "gdb_bfd.h"
 
 #include "hppa-tdep.h"
 #include "solist.h"
index 999f1ab..1932aae 100644 (file)
@@ -29,6 +29,7 @@
 #include "symfile.h"
 #include "gdb_wait.h"
 #include "gdbthread.h"
+#include "gdb_bfd.h"
 
 #include <sys/ptrace.h>
 #include <asm/ptrace.h>
index b3c4a8e..905d4bf 100644 (file)
@@ -49,6 +49,7 @@
 #include "filenames.h"
 #include "symfile.h"
 #include "objfiles.h"
+#include "gdb_bfd.h"
 #include "gdb_obstack.h"
 #include "gdb_string.h"
 #include "gdbthread.h"