* procfs.c: Add gdb_bfd header.

* rs6000-nat.c: Likewise.
	* solib-pa64.c: Likewise.
	* spu-linux-nat.c: Likewise.
	* windows-nat.c: Likewise.
This commit is contained in:
Pierre Muller 2012-09-26 21:23:11 +00:00
parent 9742094a45
commit 9210735600
6 changed files with 13 additions and 0 deletions

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

View 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"

View 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 */

View 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"

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

View 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"