OSDN Git Service

2000-12-13 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 14 Dec 2000 00:25:06 +0000 (00:25 +0000)
committerjjohnstn <jjohnstn>
Thu, 14 Dec 2000 00:25:06 +0000 (00:25 +0000)
commit267f815a119def48e9e810a51bc5917b27b86292
treeaf6f19e600c93256f8a352848bc8c72ce50b679c
parente32cdd37205c627e7467260d294586b2d43e612b
2000-12-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/ldtoa.c (_ldcheck): New routine
        that categorizes a long double as NaN, Infinity, or other.
        * libc/stdio/vfprintf.c [WANT_IO_LONG_DBL](_VFPRINTF_R): Removed
        isinfl and isnanl static routines which were i386-specific.  Changed
        calls to the two removed routines to a single _ldcheck call.
        * libc/stdio/vfieeefp.h (ldieee): Fixed missing semi-colons.
newlib/ChangeLog
newlib/libc/stdio/vfieeefp.h
newlib/libc/stdio/vfprintf.c
newlib/libc/stdlib/ldtoa.c