From bf1b5855abed60bd6361e696121fa71c89d21469 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 11 Mar 2014 20:05:44 -0500 Subject: [PATCH] binutils: Fix PPC bootstrap build. * Missing a stdint.h in coff header for intptr_t usage * Pushed this fix to binutils via: https://sourceware.org/bugzilla/show_bug.cgi?id=16686 --- binutils/bfd/coffcode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binutils/bfd/coffcode.h b/binutils/bfd/coffcode.h index 62eeb20..0f2cf99 100644 --- a/binutils/bfd/coffcode.h +++ b/binutils/bfd/coffcode.h @@ -369,6 +369,8 @@ #include "coffswap.h" #endif +#include + #define STRING_SIZE_SIZE 4 #define DOT_DEBUG ".debug" -- gitore 0.2.3