|
From: | d.g.gorbachev at gmail dot com |
Subject: | [Bug gold/12431] New: `gold -r' strips LTO sections |
Date: | Sat, 22 Jan 2011 01:45:19 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12431 Summary: `gold -r' strips LTO sections Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: address@hidden ReportedBy: address@hidden $ touch 1.c $ gcc -c -flto 1.c $ objdump -h 1.o | grep -c lto 7 $ ld.gold -r 1.o $ objdump -h a.out | grep -c lto 0 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |