http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642
--- Comment #22 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-17 13:41:23 UTC --- Created attachment 23381 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23381 gcc46-strtoflt128.patch To shorten up the agony of gdtoa, here is a patch to yank it and replace even the str to __float128 code by glibc code. The .text of libquadmath.so.0 shrinks (because quite a bit (mpn) can be shared with the printf stuff).