David Schultz
39e7abef0e
Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so
...
libm can use it.
2007-12-16 21:15:57 +00:00
Daniel Eischen
b46286393c
Remove symbols that should not be exported.
...
Submitted by: das
MFC after re@ approval
2007-10-13 14:40:16 +00:00
Daniel Eischen
5f864214bb
Use C comments since we now preprocess these files with CPP.
2007-04-29 14:05:22 +00:00
Daniel Eischen
797f4fb875
Don't export __gdtoa. The only known ports that rely on
...
this or the deprecated POSIX functions {e,g,f}cvt() have
newer versions that do not (rely on them).
Requested by: marius
2006-04-15 15:35:20 +00:00
Daniel Eischen
9fe1984e64
Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,
...
this is used by some 3rd party applications when {e,f,g}cvt() are
not found. POSIX defines the xcvt() funtions but says they are
deprecated in favor or sprintf(). We'll import these functions
from OpenBSD and remove __gdtoa() from the exported interfaces
when libc version is bumped.
2006-04-01 02:56:09 +00:00
Daniel Eischen
cce72e8860
Add symbol maps and initial symbol version definitions to libc.
...
Reviewed by: davidxu
2006-03-13 00:53:21 +00:00