Replace frexp(3) with MI code and add a frexpl(3) function to libm.
authorPeter Avalos <pavalos@theshell.com>
Thu, 26 Feb 2009 10:19:26 +0000 (05:19 -0500)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:09:31 +0000 (21:09 -1000)
commit037fad31f3f005c331bd75825dec7807868269a2
tree4c14269a0ad8e8873c0a95bba8e9089458d574e3
parent3b4695cc66c69ffcf308ece27284476fb9d49e80
Replace frexp(3) with MI code and add a frexpl(3) function to libm.

Obtained-from: FreeBSD
include/math.h
lib/libc/amd64/gen/Makefile.inc
lib/libc/amd64/gen/frexp.c [deleted file]
lib/libc/gen/Makefile.inc
lib/libc/gen/frexp.3
lib/libc/gen/frexp.c [new file with mode: 0644]
lib/libc/i386/gen/Makefile.inc
lib/libc/i386/gen/frexp.c [deleted file]
lib/libm/src/Makefile.inc
lib/libm/src/s_frexpl.c [new file with mode: 0644]