This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48108] lto should be containerized in a single mach-o section on darwin
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 9 Aug 2011 12:59:13 +0000
- Subject: [Bug target/48108] lto should be containerized in a single mach-o section on darwin
- Auto-submitted: auto-generated
- References: <bug-48108-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48108
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24712|0 |1
is obsolete| |
--- Comment #18 from Iain Sandoe <iains at gcc dot gnu.org> 2011-08-09 12:56:50 UTC ---
Created attachment 24958
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24958
update WIP 2
testing lto bootstraps together with compare debug, revealed that the
$gnu$lto... symbols used to determine the sizes etc. should have been made
local (i.e. L$gnu$lto..).
still need to fix simple-object output to DTRT.