summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorhe <he@NetBSD.org>2017-08-16 09:18:24 +0000
committerhe <he@NetBSD.org>2017-08-16 09:18:24 +0000
commit4d341c24a2c5c8fb227a30bdb4e243ebb21dab7b (patch)
tree6f8f39007d2d4f76cb55c51e38610acbb716e8ba /lib/libm
parentc2ab4a189a9330208ce441b0d0bb31a444d89138 (diff)
In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c,
so that we get nexttoward() and nexttowardf() implemented here as well.
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 2e8f3af047e..fd18fb04377 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.197 2017/08/15 10:40:28 mlelstv Exp $
+# $NetBSD: Makefile,v 1.198 2017/08/16 09:18:24 he Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -153,7 +153,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_fmod.S e_log.S \
e_log10.S e_remainder.S e_scalb.S e_sinh.S e_sqrt.S s_atan.S \
s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
-COMMON_SRCS += fenv.c s_rintl.c
+COMMON_SRCS += fenv.c s_nexttoward.c s_nexttowardf.c s_rintl.c
.endif
.endif
# end of m68k