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: [PATCH] Fix PR41529


On Sat, 2 Jan 2010, Dave Korn wrote:

> Paolo Bonzini wrote:
> 
> > So cygwin uses ELF object files but PE executables?  
> 
>   No, LTO uses ELF containers within binary sections in native object formats.
> 
>   Or so I thought?

Yes - well, sort-of.  The ELFish stuff only starts at LTO phase
where we use libelf to read those ELF sections and in WPA phase
where we use libelf to write intermediate code for the ltrans
stage (that might even work on non-ELF targets).  The issue
is probably that reading ELF sections from inside native object
formats using libelf doesn't work.  Does it?

Richard.


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