This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [lto][patch] Add support for 32 bit elf in lto-plugin


On Mon, 25 Aug 2008, Rafael Espindola wrote:

> 	(printTable): Use lld to print 64 bit integers.

%lld is not portable to all supported hosts; in particular, MinGW requires 
%I64d instead.  (libelf works fine on MinGW host, and even if LTO requires 
ELF targets I don't see any particular reason to restrict supported 
hosts.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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