This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: For testing: full __float128 patch
On 08/30/2010 10:37 AM, Uros Bizjak wrote:
> I'm not familiar in versioning stuff, but since soft-fp symbols are
> part of generic libgcc-std.ver for a long time (before 4.5.0), I
> believe, it is enough to patch only configure files (see i.e. commits
> that enabled soft-fp on mingw/cygwin/-gnu*).
It will "work", but not properly. One should never have symbols
magically appear in old versions. If you add the symbols to the
proper current version number in a config/gcc/i386/libgcc-bsd.ver,
they'll appear at the right place.
r~