http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46685
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-29 11:46:28 UTC --- What is the assembly difference on SPARC Linux? The only difference I see with a cross compiler to sparc64-linux, both for -O1 -m32 -mptr32 and -O1 -m64 is .section .text.startup,"ax",@progbits line added before main, which I don't see how it should break things up.