This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/47279] Bootstrap fails in stage1 with GCC 4.6
- From: "amodra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jan 2011 01:40:22 +0000
- Subject: [Bug bootstrap/47279] Bootstrap fails in stage1 with GCC 4.6
- Auto-submitted: auto-generated
- References: <bug-47279-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47279
--- Comment #9 from Alan Modra <amodra at gmail dot com> 2011-01-31 01:40:15 UTC ---
I can't duplicate the failure, even using 167488 as host compiler. -Wl,--stats
shows:
/usr/local/powerpc-linux/bin/ld: linker stubs in 2 groups
/usr/local/powerpc-linux/bin/ld: branch 0
/usr/local/powerpc-linux/bin/ld: toc adjust 0
/usr/local/powerpc-linux/bin/ld: long branch 0
/usr/local/powerpc-linux/bin/ld: long toc adj 0
/usr/local/powerpc-linux/bin/ld: plt call 165
so no toc adjusting stubs needed, as expected for -mcmodel=medium. That makes
your ld failure even weirder.