Subject: re: CVS commit: src/lib/libc/gdtoa
To: Christos Zoulas <christos@zoulas.com>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 02/04/2007 17:50:14
|
|
| 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.
hmmm. i thought so, but i seem to be wrong.
sorry.
.mrg.