[Patch]: fix arm-eabi build failure on non-C99 systems
Tristan Gingold
gingold@adacore.com
Wed Sep 17 10:33:00 GMT 2014
On 16 Sep 2014, at 20:12, Richard Earnshaw <rearnsha@arm.com> wrote:
> On 16/09/14 13:21, Tristan Gingold wrote:
>> Hello,
>>
>> gas/config/tc-arm.c uses int64_t, which isn't available on non C99 compliant systems (like mingw32).
>> As bfd provides typedef for these types, better to use them.
>>
>> No regression for arm-eabi.
>> Ok to commit ?
>>
>
> OK.
Thanks, now committed.
> You might also want to look at tc-aarch64.c and tc-nds32.c, both of
> which use int64_t. Consider the aarch64 changes pre-approved.
Ok, I keep that in mind.
Tristan.
More information about the Binutils
mailing list