http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104
--- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-02-10 15:22:41 UTC --- > --- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-06 > 21:37:09 UTC --- > please let me know what issues remain on Solaris after r183920 Solaris 8/9 works again, but the go1 runtime failure on Solaris 10/11 with gld remains. But while this is triggered by your patch, it's ultimately a gld bug. I've filed PR ld/13671 gld creates i386 relocations not supported by Solaris ld.so.1 for that, while at the same time checking with the Solaris linker maintainers if it's possible to support the missing relocs directly. Rainer