Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm Include new/missing files for vax
details: https://anonhg.NetBSD.org/src/rev/c3cb8f545092
branches: trunk
changeset: 794122:c3cb8f545092
user: martin <martin%NetBSD.org@localhost>
date: Thu Mar 06 11:01:16 2014 +0000
description:
Include new/missing files for vax
diffstat:
lib/libm/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 4d7b33059802 -r c3cb8f545092 lib/libm/Makefile
--- a/lib/libm/Makefile Thu Mar 06 11:00:17 2014 +0000
+++ b/lib/libm/Makefile Thu Mar 06 11:01:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2014/01/29 23:37:18 joerg Exp $
+# $NetBSD: Makefile,v 1.155 2014/03/06 11:01:16 martin Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -203,9 +203,10 @@
# math routines for non-IEEE architectures.
NOIEEE_SRCS = n_asincos.c n_acosh.c n_asinh.c n_atan.c n_atanh.c n_cosh.c \
- n_erf.c n_exp.c n_exp__E.c n_expm1.c n_floor.c n_fmod.c n_gamma.c \
+ n_erf.c n_exp.c n_exp2.c n_exp2f.c n_exp__E.c n_expm1.c n_floor.c \
+ n_fmod.c n_gamma.c \
n_lgamma.c n_j0.c n_j1.c n_jn.c n_log.c n_log10.c n_log1p.c \
- n_log__L.c n_pow.c n_sinh.c n_tanh.c \
+ n_log2.c n_log__L.c n_pow.c n_sinh.c n_tanh.c \
n_sincos.c n_tan.c \
n_round.c n_roundf.c n_lround.c n_lroundf.c \
n_fmax.c n_fmaxf.c n_fmin.c n_fminf.c
Home |
Main Index |
Thread Index |
Old Index