This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: fix arm-eabi build failure on non-C99 systems


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]