aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-03-11 15:42:46 +1030
committerAlan Modra <amodra@gmail.com>2014-03-11 16:13:45 +1030
commit3c865fca872570ba07c4a16fb262e0487b66bf0a (patch)
treeace24cab3a89bdf17b338ad057b6f8589a58e413
parentc1966e261a3c0e0a32639d464a5ebee83aa31144 (diff)
downloadgdb-3c865fca872570ba07c4a16fb262e0487b66bf0a.zip
gdb-3c865fca872570ba07c4a16fb262e0487b66bf0a.tar.gz
gdb-3c865fca872570ba07c4a16fb262e0487b66bf0a.tar.bz2
intptr_t type definition needed
coffcode.h uses an intptr_t cast inside an #ifdef RS6000COFF_C, so ensure that intptr_t is defined. We don't see this when cross-compiling from linux due to intptr_t being provided by unistd.h. PR 16686 * coff-rs6000.c: Include stdint.h. * coff64-rs6000.c: Likewise.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/coff-rs6000.c1
-rw-r--r--bfd/coff64-rs6000.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 04577b4..fd3135a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-11 Alan Modra <amodra@gmail.com>
+
+ PR 16686
+ * coff-rs6000.c: Include stdint.h.
+ * coff64-rs6000.c: Likewise.
+
2014-03-10 Tristan Gingold <gingold@adacore.com>
* ticoff.h: Removed.
diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c
index 1f976d9..06ee721 100644
--- a/bfd/coff-rs6000.c
+++ b/bfd/coff-rs6000.c
@@ -114,6 +114,7 @@ extern int rs6000coff_core_file_failing_signal (bfd *abfd);
#define bfd_pe_print_pdata NULL
#endif
+#include <stdint.h>
#include "coffcode.h"
/* The main body of code is in coffcode.h. */
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c
index 0e0f0d4..4bc7ea8 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -277,6 +277,7 @@ extern int rs6000coff_core_file_failing_signal
#define bfd_pe_print_pdata NULL
#endif
+#include <stdint.h>
#include "coffcode.h"
/* For XCOFF64, the effective width of symndx changes depending on