| author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2014-03-11 20:05:44.0 -05:00:00 |
|---|---|---|
| committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2014-03-11 20:05:44.0 -05:00:00 |
| commit | bf1b5855abed60bd6361e696121fa71c89d21469 [patch] |
|
| tree | a7f2729e11acb07521a2f53175014d5751981fce |
|
| parent | 02dff6efa8f90d23396406b5e2aaab14d4596f1b |
|
| download | bf1b5855abed60bd6361e696121fa71c89d21469.tar.gz |
|
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
Diff
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 <stdint.h> #define STRING_SIZE_SIZE 4 #define DOT_DEBUG ".debug"