summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2012-09-26 21:23:10 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2012-09-26 21:23:10 +0000
commitebf0d7d4281267a88378a76de83bd3d2cac27d4f (patch)
treeccbbba66491cdf957b2de005999f0f71c667c47f /gdb
parentd0c4f458202243735b3bfc1d44f5fed2818aa628 (diff)
downloadgdb-ebf0d7d4281267a88378a76de83bd3d2cac27d4f.tar.gz
* procfs.c: Add gdb_bfd header.
* rs6000-nat.c: Likewise. * solib-pa64.c: Likewise. * spu-linux-nat.c: Likewise. * windows-nat.c: Likewise.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/procfs.c1
-rw-r--r--gdb/rs6000-nat.c1
-rw-r--r--gdb/solib-pa64.c1
-rw-r--r--gdb/spu-linux-nat.c1
-rw-r--r--gdb/windows-nat.c1
6 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ede565aa8c3..081e30523c6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/procfs.c b/gdb/procfs.c
index ee2b123ad93..30110178aa0 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -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"
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index 0ec04298d2b..3eb2cd70993 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -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 */
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c
index d9f277fd9da..60b36847d8f 100644
--- a/gdb/solib-pa64.c
+++ b/gdb/solib-pa64.c
@@ -37,6 +37,7 @@
#include "target.h"
#include "inferior.h"
#include "regcache.h"
+#include "gdb_bfd.h"
#include "hppa-tdep.h"
#include "solist.h"
diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c
index 999f1abd978..1932aae6ada 100644
--- a/gdb/spu-linux-nat.c
+++ b/gdb/spu-linux-nat.c
@@ -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>
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index b3c4a8e5e8a..905d4bfe2e3 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -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"