don't use assembly log() for mc68881 (try #2)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Jan 1993 09:51:54 +0000 (01:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 11 Jan 1993 09:51:54 +0000 (01:51 -0800)
SCCS-vsn: lib/libm/Makefile 5.13

usr/src/lib/libm/Makefile

index 98dec21..5623c88 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.12 (Berkeley) %G%
+#      @(#)Makefile    5.13 (Berkeley) %G%
 #
 # ieee         - for most IEEE machines, we hope.
 # mc68881      - the, ahem, mc68881.
 #
 # ieee         - for most IEEE machines, we hope.
 # mc68881      - the, ahem, mc68881.
@@ -31,8 +31,8 @@ SRCS+=        cabs.c cbrt.c support.c
 HARDWARE=mc68881
 .PATH: ${.CURDIR}/mc68881 ${.CURDIR}/common_source ${.CURDIR}/ieee
 # common_source
 HARDWARE=mc68881
 .PATH: ${.CURDIR}/mc68881 ${.CURDIR}/common_source ${.CURDIR}/ieee
 # common_source
-SRCS+= acosh.c asinh.c exp__E.c fmod.c log__L.c \
-       pow.c
+SRCS+= acosh.c asinh.c erf.c exp__E.c fmod.c lgamma.c j0.c j1.c log.c \
+       log__L.c pow.c
 # mc68881
 SRCS+= asincos.s atan.s atan2.c atanh.s cosh.s exp.s expm1.s floor.s \
        log10.s log1p.s sincos.s sinh.s sqrt.s support.s tan.s tanh.s
 # mc68881
 SRCS+= asincos.s atan.s atan2.c atanh.s cosh.s exp.s expm1.s floor.s \
        log10.s log1p.s sincos.s sinh.s sqrt.s support.s tan.s tanh.s