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]

Adding %ll to ARI


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.

enjoy,
Andrew


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