aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-10-24 11:23:40 +0000
committerNick Clifton <nickc@redhat.com>2011-10-24 11:23:40 +0000
commitf11632056dff3b2b0fee17d534afa5e4636c2a1e (patch)
tree9aef55f622b08e60fa2e9f2609829edb72070e0f
parent652618321c90cdb53f6573b4e8aef196cdf74a4a (diff)
downloadgdb-f11632056dff3b2b0fee17d534afa5e4636c2a1e.zip
gdb-f11632056dff3b2b0fee17d534afa5e4636c2a1e.tar.gz
gdb-f11632056dff3b2b0fee17d534afa5e4636c2a1e.tar.bz2
PR binutils/13292
* bfd-in.h: Include <sys/stat.h> rather than forward defining struct stat. * bfd-in2.h: Regenerate.
-rw-r--r--bfd/ChangeLog7
-rw-r--r--bfd/bfd-in.h5
-rw-r--r--bfd/bfd-in2.h5
3 files changed, 11 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 39f1a2a..d1f7d19 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-24 Pau Garcia i Quiles <pgquiles@elpauer.org>
+
+ PR binutils/13292
+ * bfd-in.h: Include <sys/stat.h> rather than forward defining
+ struct stat.
+ * bfd-in2.h: Regenerate.
+
2011-10-21 H.J. Lu <hongjiu.lu@intel.com>
PR ld/13302
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index a477b49..40ed786 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -31,6 +31,8 @@ extern "C" {
#include "ansidecl.h"
#include "symcat.h"
+#include <sys/stat.h>
+
#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
#ifndef SABER
/* This hack is to avoid a problem with some strict ANSI C preprocessors.
@@ -300,9 +302,6 @@ typedef struct bfd_section *sec_ptr;
&& bfd_is_abs_section ((sec)->output_section) \
&& (sec)->sec_info_type != ELF_INFO_TYPE_MERGE \
&& (sec)->sec_info_type != ELF_INFO_TYPE_JUST_SYMS)
-
-/* Forward define. */
-struct stat;
typedef enum bfd_print_symbol
{
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 22fcdf6..91f3531 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -38,6 +38,8 @@ extern "C" {
#include "ansidecl.h"
#include "symcat.h"
+#include <sys/stat.h>
+
#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
#ifndef SABER
/* This hack is to avoid a problem with some strict ANSI C preprocessors.
@@ -307,9 +309,6 @@ typedef struct bfd_section *sec_ptr;
&& bfd_is_abs_section ((sec)->output_section) \
&& (sec)->sec_info_type != ELF_INFO_TYPE_MERGE \
&& (sec)->sec_info_type != ELF_INFO_TYPE_JUST_SYMS)
-
-/* Forward define. */
-struct stat;
typedef enum bfd_print_symbol
{