Subject: re: CVS commit: src/lib/libc/gdtoa
To: matthew green <mrg@eterna.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 02/03/2007 13:49:22
On Feb 4, 5:32am, mrg@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/lib/libc/gdtoa
|
|
| 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.)
You mean on the compiler side? Because the sys/arch/sparc64/include/ieee.h
claims otherwise.
christos