From 3c865fca872570ba07c4a16fb262e0487b66bf0a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 11 Mar 2014 15:42:46 +1030 Subject: 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. --- bfd/coff-rs6000.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/coff-rs6000.c') 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 #include "coffcode.h" /* The main body of code is in coffcode.h. */ -- cgit v1.1