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
This commit is contained in:
Alexander von Gluck IV 2014-03-11 20:05:44 -05:00
parent 02dff6efa8
commit bf1b5855ab

View File

@ -369,6 +369,8 @@ CODE_FRAGMENT
#include "coffswap.h"
#endif
#include <stdint.h>
#define STRING_SIZE_SIZE 4
#define DOT_DEBUG ".debug"