This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: New ARI warning Fri Mar 15 02:02:12 UTC 2013 in -D 2013-03-15-gmt


On 03/15/2013 09:04 AM, Yao Qi wrote:
> On 03/15/2013 10:02 AM, GDB Administrator wrote:
>>> gdb/ctf.c:223: regression: LITTLE_ENDIAN: Do not use LITTLE_ENDIAN, instead use BFD_ENDIAN_LITTLE
>> gdb/ctf.c:223:               BYTE_ORDER == LITTLE_ENDIAN ? ' : ');
> 
> Hmmm, I'd like to write CTF in the host-endianness,

Why's that?

> while BFD_ENDIAN_LITTLE is about the target-endianness.  The other way to fix this warning is to use "native endianness" that CTF understands.  I'll have a try.

-- 
Pedro Alves


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