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:

> Richard Guenther wrote:
> 
> > LTO produces mixed object-files.  They are supposed to link fine
> > to an executable w/o going through lto1.  Does this all work?
> > I doubt so.
> 
>   Do the LTO tests in the testcase cover it?  There's no reason why it
> shouldn't work.  The ordinary object sections will just link like usual.  The
> LTO sections will be treated as orphans, dunno exactly what will happen to
> them but they won't matter.  Why should there be a problem?

Because libelf cannot read them?

Richard.


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