CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/18 14:21:12
Modified files:
lib/libm : Makefile
Removed files:
lib/libm/noieee_src: mathimpl.h n_acosh.c n_asincos.c n_asinh.c
n_atan.c n_atan2.c n_atanh.c n_cbrt.c
n_cosh.c n_erf.c n_exp.c n_exp__E.c
n_expm1.c n_floor.c n_fmod.c n_hypot.c
n_j0.c n_j1.c n_jn.c n_lgamma.c n_log.c
n_log10.c n_log1p.c n_log__L.c n_lrint.c
n_nan.c n_pow.c n_sincos.c n_sinh.c
n_support.c n_tan.c n_tanh.c n_tgamma.c
Log message:
Remove the unused leftovers of the 4.4BSD libm, which was only used
on non-IEEE platforms. Since the VAX port was discontinued, all
our remaining architectures use IEEE floating point, as will any
future ones.
ok millert@ tb@