mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
binutils: fix missing stdint in binutils bdf
* Fixes issue compiling PPC binutils * Upstream commit 3c865fca8 by Alan Modra * Missing a stdint.h in coff header for intptr_t usage * PPC fix is upstream via: https://sourceware.org/bugzilla/show_bug.cgi?id=16686
This commit is contained in:
parent
8b43097655
commit
f131d0c316
@ -118,6 +118,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. */
|
||||
|
@ -279,6 +279,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
|
||||
|
Loading…
Reference in New Issue
Block a user