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: [RFC] convert a host address to a string


> Please be aware that %llx isn't valid for x86_64 windows (as it isn't for 
> 32-bit standard). The options 'I' or 'I64' have to be used for those 
> targets (at least for _WIN64).

Can you be a little more specific?

I just checked the config.h file generated by configure on
x86_64-windows, and I found this:

    /* Define to 1 if the "%ll" format works to print long longs. */
    #define PRINTF_HAS_LONG_LONG 1

If this is wrong, we have yet another problem.

-- 
Joel


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