Patch for Granlund's soft-fp lib
Zack Weinberg
zack@codesourcery.com
Mon Jun 30 16:55:00 GMT 2003
"Hartmut Schirmer" <hartmut.schirmer@arcor.de> writes:
> Hi,
>
> Torbjorn Granlund published a soft-fp lib for GCC in 1999
> (see http://gcc.gnu.org/ml/gcc/1999-07n/msg00553.html)
>
> There's a bug in the float comparison routines.
> The patch below fixes this problem.
Thank you for the patch, however, Torbjorn's soft-fp lib never got
incorporated into GCC proper so there's not much we can do with it.
If you would like to do the legwork to get it incorporated, we would
appreciate that considerably. What you'd have to do is create a
branch in CVS, install ieeelib.c and ieeecvt.c there, and then one at
a time modify ports that use fp-bit.c to use the new library instead.
Once all ports are validated to work with the new library, fp-bit.c
can be removed, and then the branch can be merged. If you start now
you should be done in good time for inclusion in GCC 3.5. It is
unfortunately too late for 3.4.
zw
More information about the Gcc
mailing list