This is the mail archive of the gdb-patches@sources.redhat.com 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: Adding %ll to ARI


On Jul 19,  8:42pm, Andrew Cagney wrote:

> Just noticed this in aix-thread.c.  I'm adding %ll to the ARI.  I'm 
> pretty sure that isn't ISO C. While valprint.c wrapped it up in:
> 
> #if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)
> 
> I think using %s and phex() and friends will be easier.

I've fixed this problem in aix-thread.c.  I ended up using
local_hex_string() due to its simpler interface.

Kevin


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