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: windres


On Fri, Apr 20, 2007 at 03:50:21PM +0200, Kai Tietz wrote:
> "H. J. Lu" <hjl@lucon.org> wrote on 20.04.2007 15:34:24:
> 
> > On Fri, Apr 20, 2007 at 03:27:51PM +0200, Kai Tietz wrote:
> > > The endian test I generalized to be setup in windres.c on startup 
> globally 
> > > by using two global as "host_is_big_endian" and "target_is_big_endian" 
> to 
> > > cover more easily the endian stuff.
> > > 
> > 
> > Can you use BFD for I/O? It has endian independent I/O routines.
> 
> I do, if you mean bfd_getb16, bfd_getl16, etc.
> 

I meant bfd_get_16, bfd_put_16, .....



H.J.


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