Subject: re: CVS commit: src/lib/libc/gdtoa
To: None <christos@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 02/04/2007 05:32:54
   
   Module Name:	src
   Committed By:	christos
   Date:		Sat Feb  3 16:44:02 UTC 2007
   
   Modified Files:
   	src/lib/libc/gdtoa: dmisc.c gdtoaimp.h hdtoa.c
   
   Log Message:
   some int -> size_t
   deal with sparc64 that has 112 bits of mantissa.


hm?  our sparc64 "long double" is only 64 bits.  (which is not
ELF sparc64 ABI compliant...but we suck.)


.mrg.