summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/Makefile.inc
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-07-18 21:23:39 +0000
committerdas <das@FreeBSD.org>2004-07-18 21:23:39 +0000
commit1a69fc33708b18800fc764be0248de78b4bc35c0 (patch)
treeeb35ae876a43222fec2d90dbf20674666f760ca7 /lib/libc/amd64/gen/Makefile.inc
parent8fe12ef8db88fe5b261b6c7b14bbc330def59245 (diff)
downloadFreeBSD-src-1a69fc33708b18800fc764be0248de78b4bc35c0.zip
FreeBSD-src-1a69fc33708b18800fc764be0248de78b4bc35c0.tar.gz
Replace seven nominally MD implementations of frexp() that are broken
for subnormals with one implementation that works.
Diffstat (limited to 'lib/libc/amd64/gen/Makefile.inc')
-rw-r--r--lib/libc/amd64/gen/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/amd64/gen/Makefile.inc b/lib/libc/amd64/gen/Makefile.inc
index 2caa178..9f559e6 100644
--- a/lib/libc/amd64/gen/Makefile.inc
+++ b/lib/libc/amd64/gen/Makefile.inc
@@ -3,7 +3,6 @@
SRCS+= _setjmp.S rfork_thread.S setjmp.S sigsetjmp.S \
fabs.S modf.S \
- frexp.c infinity.c ldexp.c \
- makecontext.c signalcontext.c \
+ infinity.c ldexp.c makecontext.c signalcontext.c \
fpgetmask.c fpsetmask.c fpgetprec.c fpsetprec.c \
fpgetround.c fpsetround.c fpgetsticky.c fpsetsticky.c
OpenPOWER on IntegriCloud