From 1eeaeab85534f9bd6387803564713606a937ab3f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 6 Jun 2007 19:24:28 +0000 Subject: 2007-06-06 Christian Groessler * libc/stdlib/ldtoa (_ldcheck): Make sure the setting of rnd is done after the last local variable declaration. 2007-06-06 Jeff Johnston * libc/stdlib/mprec.h[Just_16]: Make sure that Pack_16 is defined. --- newlib/libc/stdlib/ldtoa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdlib/ldtoa.c') diff --git a/newlib/libc/stdlib/ldtoa.c b/newlib/libc/stdlib/ldtoa.c index d4457938f..bb12f0cc7 100644 --- a/newlib/libc/stdlib/ldtoa.c +++ b/newlib/libc/stdlib/ldtoa.c @@ -2868,10 +2868,10 @@ unsigned short e[NI]; LDPARMS rnd; LDPARMS *ldp = &rnd; +union uconv du; + rnd.rlast = -1; rnd.rndprc = NBITS; - -union uconv du; du.d = *d; #if LDBL_MANT_DIG == 24 e24toe( &du.pe, e, ldp ); -- cgit v1.2.3