aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa/Makefile.inc
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-04-05 22:10:13 +0000
committerDavid Schultz <das@FreeBSD.org>2003-04-05 22:10:13 +0000
commit92b93b37c0507cd99d1f3e837826c987ebff58dc (patch)
tree5a3e884c339a9c9b47d7762f22425febdfd1f2f3 /lib/libc/gdtoa/Makefile.inc
parent628f583ce90d3587595c2f4dd16d57eec3511af3 (diff)
downloadsrc-92b93b37c0507cd99d1f3e837826c987ebff58dc.tar.gz
src-92b93b37c0507cd99d1f3e837826c987ebff58dc.zip
Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().
In support of this, add some MD macros to assist in converting long doubles to the format expected by gdtoa(). Reviewed by: silence on standards@
Notes
Notes: svn path=/head/; revision=113145
Diffstat (limited to 'lib/libc/gdtoa/Makefile.inc')
-rw-r--r--lib/libc/gdtoa/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc
index 06281d1685b9..2622a81d64ac 100644
--- a/lib/libc/gdtoa/Makefile.inc
+++ b/lib/libc/gdtoa/Makefile.inc
@@ -3,7 +3,7 @@
# netlib gdtoa sources
.PATH: ${.CURDIR}/gdtoa
-MISRCS+=glue.c
+MISRCS+=_ldtoa.c glue.c
GDTOASRCS=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \
hd_init.c hexnan.c misc.c smisc.c \
strtoIg.c strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c