This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: PATCH: w64 native support


On Tue, Apr 10, 2007 at 07:00:14PM +0200, Kai Tietz wrote:
> "H. J. Lu" <hjl@lucon.org> wrote on 10.04.2007 18:12:45:
> 
> > Have you looked at
> > 
> > http://sources.redhat.com/bugzilla/show_bug.cgi?id=2737
> > 
> > Does windres work for x64?
> 
> 
> I replaced in all structures of windres.h the type "unsigned long" by 
> "unsigned int" for test and patched the dependent files to use not long 
> type-specifier in printf methods. It works that way, but I am not certain, 
> if this would break an other target, where "int" isn't 4 bytes long ? 
			       ^^^^^
			       It should be host, not target.

It is better than what we have today. You can add

	assert (sizeof (int) == 4);

somewhere.


H.J.


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