[Bug binutils/12280] Makefiles don't support LTO

2011-04-14 Thread tim at klingt dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12280 tim blechmann changed: What|Removed |Added CC||tim at klingt dot org -- Configure bu

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #16 from Nick Clifton 2011-04-14 15:27:42 UTC --- Ho Dongsheng, Hmm, I am not sure what else to suggest. You could try turning off section garbage collection (--no-gc-sections) as this appears to be turned on. If you really

[Bug ld/12672] LTO on powerpc will not work with static libraries

2011-04-14 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12672 --- Comment #2 from H.J. Lu 2011-04-14 17:30:10 UTC --- You can try hjl/lto-mixed branch at http://git.kernel.org/?p=devel/binutils/hjl/x86.git;a=summary -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- Y

[Bug ld/12672] LTO on powerpc will not work with static libraries

2011-04-14 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12672 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug gold/12675] New: gold produces x86-64 .so with two .eh_frame sections, breaking Valgrind

2011-04-14 Thread justin.lebar at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12675 Summary: gold produces x86-64 .so with two .eh_frame sections, breaking Valgrind Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #17 from Dongsheng Song 2011-04-15 01:49:32 UTC --- (In reply to comment #16) > Ho Dongsheng, > > Hmm, I am not sure what else to suggest. You could try turning off section > garbage collection (--no-gc-sections) as this appear

[Bug ld/12672] LTO on powerpc will not work with static libraries

2011-04-14 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12672 --- Comment #4 from cvs-commit at gcc dot gnu.org 2011-04-15 03:47:34 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-04-15 03:47:30 Modified files: ld : ChangeLog ldlang.c Log me

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #18 from Dongsheng Song 2011-04-15 05:50:28 UTC --- If I link wxWidgets 2.8 into multiple .DLL files, the link speed is very fast, here is the details (the last 2 columns were reported by ld '--stats'): DLL SIZE FILE NAME

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #19 from Dongsheng Song 2011-04-15 05:55:52 UTC --- (In reply to comment #18) > If I link wxWidgets 2.8 into multiple .DLL files, the link speed is very fast, > here is the details (the last 2 columns were reported by ld '--stats')