Fix handling of subnormals on i386/ia64/amd64.

PR:	85080
This commit is contained in:
David Schultz 2007-12-09 19:48:57 +00:00
parent f40b4cabee
commit 0ce0ead5aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174488

View File

@ -88,9 +88,7 @@ __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign,
break;
case FP_SUBNORMAL:
kind = STRTOG_Denormal;
#ifdef LDBL_IMPLICIT_NBIT
be++;
#endif
break;
case FP_INFINITE:
kind = STRTOG_Infinite;