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: [email protected]
        ReportedBy: [email protected]


$ 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.

_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to