https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88238
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45109|0 |1 is obsolete| | --- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> --- Created attachment 46309 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46309&action=edit Clean patch This patch allowed me to build and test libphobos on Solaris 10/x86 and Solaris 10/SPARC. However, 64-bit testing on Solaris 10/x86 only works with gld since ld doesn't support -z relax=transtls. What's worse, due to some packagaing accident or some such, Solaris 10/SPARC has dl_iterate_phdr in the 32-bit libdl.so.1, but the 64-bit libdl.so.1 is older and lacks the function. Apart from that, test results are not too bad, so I wanted the patch recorded for posteriority ;-)