This is the mail archive of the gdb@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: [windows] build error on gdbserver


On Thursday 24 November 2011 14:50:47, asmwarrior wrote:
> There is a sprintf call with many parameters. I have no idea about %llx ????

%llx is C99, not C90, so we shouldn't use it in common code; we should
use plongest instead to print LONGEST's.

-- 
Pedro Alves


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