------- Comment #15 from rguenth at gcc dot gnu dot org 2010-01-02 14:16
-------
Fixed. The way to support LTO on non-ELF targets is to wrap all LTO sections
in an ELF container that is wrapped in a native section. We then have to
have code to open a native object format section and direct libelf to parse
that section content.
The implementation difficulty is to use libelf to produce the ELF object file
and then get that included in the assembly for the native wrapper section.
Well - for 4.6 if anyone wants to work on this.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41529