Module Name: src
Committed By: he
Date: Wed Aug 16 09:18:24 UTC 2017
Modified Files:
src/lib/libm: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.197 src/lib/libm/Makefile:1.198
--- src/lib/libm/Makefile:1.197 Tue Aug 15 10:40:28 2017
+++ src/lib/libm/Makefile Wed Aug 16 09:18:24 2017
@@ -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_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