* 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 ede565aa8c3e958899e44c204e97e204e43f7bb8..081e30523c6ec69977ed35f70bc4187dad92824b 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 ee2b123ad934cd001b1749a8cbffd204339d8b76..30110178aa041f9a5d508ce3d8da7bde11a0c7a2 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 0ec04298d2be97beb7be5df7ecac98e17ff6f828..3eb2cd70993e20672d70aebc8e15eb585ce45569 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 d9f277fd9da9b900a03371303e3aec910d4749ff..60b36847d8f76e564efc8c2efcbc6061dbbbda0d 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 999f1abd9783fdc28b782241f14309cefcbee009..1932aae6adad6ddb95d88b4dfdf9249a2a54d870 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 b3c4a8e5e8a4a5250dc1af234ed620dd3fec91df..905d4bfe2e3bcdb6a184c3eefdfda2636b353342 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"
This page took 0.033726 seconds and 4 git commands to generate.