Replace our strtod with the gdtoa package.
authorPeter Avalos <pavalos@theshell.com>
Mon, 19 Jan 2009 19:48:45 +0000 (14:48 -0500)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:09:01 +0000 (21:09 -1000)
commitf202adf74cb196abb9454a1e0044231658e0c692
tree9092bd8c543cd9495466d5e443607124d1b68d16
parent6c3587b9c0c3716e2aa3f39764048484062ddddc
Replace our strtod with the gdtoa package.

Obtained-from: FreeBSD
22 files changed:
include/stdlib.h
lib/libc/Makefile
lib/libc/Makefile.inc
lib/libc/amd64/Makefile.inc
lib/libc/amd64/gd_qnan.h [new file with mode: 0644]
lib/libc/amd64/stdlib/gdtoa.mk [deleted file]
lib/libc/gdtoa/Makefile.inc [new file with mode: 0644]
lib/libc/gdtoa/_hdtoa.c [new file with mode: 0644]
lib/libc/gdtoa/_hldtoa.c [new file with mode: 0644]
lib/libc/gdtoa/_ldtoa.c [new file with mode: 0644]
lib/libc/gdtoa/glue.c [new file with mode: 0644]
lib/libc/gdtoa/machdep_ldisx.c [new file with mode: 0644]
lib/libc/i386/Makefile.inc [new file with mode: 0644]
lib/libc/i386/_fpmath.h [new file with mode: 0644]
lib/libc/i386/arith.h [new file with mode: 0644]
lib/libc/i386/gd_qnan.h [new file with mode: 0644]
lib/libc/include/fpmath.h [new file with mode: 0644]
lib/libc/stdio/vfprintf.c
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/strtod.3
lib/libc/stdlib/strtod.c [deleted file]
lib/libc_rtld/Makefile