Wed Aug 16 09:18:24 2017 UTC ()
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.


(he)
diff -r1.197 -r1.198 src/lib/libm/Makefile

cvs diff -r1.197 -r1.198 src/lib/libm/Makefile (expand / switch to context diff)
--- src/lib/libm/Makefile 2017/08/15 10:40:28 1.197
+++ src/lib/libm/Makefile 2017/08/16 09:18:24 1.198
@@ -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 @@
 	    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