glibc/sysdeps/m68k/m680x0/fpu
Stefan Liebler de8aadd52c Set errno for log1p on pole/domain error.
According to bug 6792, errno is not set to ERANGE/EDOM
by calling log1p/log1pf/log1pl with x = -1 or x < -1.

This patch adds a wrapper which sets errno in those cases
and returns the value of the existing __log1p function.
The log1p is now an alias to the wrapper function
instead of __log1p.

The files in sysdeps are reflecting these changes.
The ia64 implementation sets errno by itself,
thus the wrapper-file is empty.

The libm-test is adjusted for log1p-tests to check errno.

	[BZ #6792]
	* math/w_log1p.c: New file.
	* math/w_log1pf.c: Likewise.
	* math/w_log1pl.c: Likewise.
	* math/Makefile (libm-calls): Add w_log1p.
	* math/s_log1pl.c (log1pl): Remove weak_alias.
	* sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
	* sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
	* sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
	* sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
	* sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
	[NO_LONG_DOUBLE] (log1pl): Likewise.
	* sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
	* sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
	* sysdeps/ieee754/ldbl-64-128/s_log1pl.c
	(log1p): Remove long_double_symbol.
	* sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
	* sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
	* sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
	* sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
	remove weak_alias for corresponding log1p function.
	* sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
	* sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
	* sysdeps/ia64/fpu/w_log1p.c: New file.
	* sysdeps/ia64/fpu/w_log1pf.c: Likewise.
	* sysdeps/ia64/fpu/w_log1pl.c: Likewise.
	* math/libm-test.inc (log1p_test_data):	Add errno expectations.
2015-04-13 21:19:27 +02:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
branred.c
doasin.c
dosincos.c
e_acos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_acosf.c
e_acosl.c
e_asin.c
e_asinf.c
e_asinl.c
e_atan2.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_atan2f.c
e_atan2l.c
e_atanh.c
e_atanhf.c
e_atanhl.c
e_cosh.c
e_coshf.c
e_coshl.c
e_exp.c
e_exp2.c
e_exp2f.c
e_exp2l.c
e_exp10.c
e_exp10f.c
e_exp10l.c
e_expf.c
e_expl.c
e_fmod.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_fmodf.c
e_fmodl.c
e_ilogb.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_ilogbf.c
e_ilogbl.c
e_log.c
e_log2.c
e_log2f.c
e_log2l.c
e_log10.c
e_log10f.c
e_log10l.c
e_logf.c
e_logl.c
e_pow.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_powf.c
e_powl.c
e_rem_pio2.c
e_rem_pio2f.c
e_rem_pio2l.c
e_remainder.c
e_remainderf.c
e_remainderl.c
e_scalb.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_scalbf.c
e_scalbl.c
e_sinh.c
e_sinhf.c
e_sinhl.c
e_sqrt.c
e_sqrtf.c
e_sqrtl.c
fraiseexcpt.c m68k: fix missing definition of __feraiseexcept 2015-01-25 23:36:02 +01:00
halfulp.c
k_cosl.c
k_rem_pio2.c
k_rem_pio2f.c
k_rem_pio2l.c
k_sinl.c
k_tanf.c
k_tanl.c
libm-test-ulps m68k: update libm test ULPs 2014-07-13 11:20:44 +02:00
math_private.h
mathimpl.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mpa.c
mpatan.c
mpatan2.c
mpexp.c
mplog.c
mpsqrt.c
mptan.c
s_atan.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_atanf.c
s_atanl.c
s_ccosh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_ccoshf.c
s_ccoshl.c
s_ceil.c
s_ceilf.c
s_ceill.c
s_cexp.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cexpf.c
s_cexpl.c
s_cos.c
s_cosf.c
s_cosl.c
s_csin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinf.c
s_csinh.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_csinhf.c
s_csinhl.c
s_csinl.c
s_expm1.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_expm1f.c
s_expm1l.c
s_fabs.c
s_fabsf.c
s_fabsl.c
s_finite.c
s_finitef.c
s_finitel.c
s_floor.c
s_floorf.c
s_floorl.c
s_fpclassifyl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_frexp.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_frexpf.c
s_frexpl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_isinf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_isinff.c
s_isinfl.c
s_isnan.c
s_isnanf.c
s_isnanl.c
s_llrint.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_llrintf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_llrintl.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_log1p.c Set errno for log1p on pole/domain error. 2015-04-13 21:19:27 +02:00
s_log1pf.c Set errno for log1p on pole/domain error. 2015-04-13 21:19:27 +02:00
s_log1pl.c Set errno for log1p on pole/domain error. 2015-04-13 21:19:27 +02:00
s_logbl.c
s_lrint.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_lrintf.c
s_lrintl.c
s_modf.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_modff.c
s_modfl.c
s_nearbyint.c
s_nearbyintf.c
s_nearbyintl.c
s_nextafterl.c Fix nextafter overflow in non-default rounding modes (bug 16677). 2014-03-11 22:24:00 +00:00
s_remquo.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_remquof.c
s_remquol.c
s_rint.c
s_rintf.c
s_rintl.c
s_scalbln.c
s_scalblnf.c
s_scalblnl.c
s_scalbn.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_scalbnf.c
s_scalbnl.c
s_significand.c
s_significandf.c
s_significandl.c
s_sin.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_sincos.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_sincosf.c
s_sincosl.c
s_sinf.c
s_sinl.c
s_tan.c
s_tanf.c
s_tanh.c
s_tanhf.c
s_tanhl.c
s_tanl.c
s_trunc.c
s_truncf.c
s_truncl.c
sincos32.c
sincostab.c
slowexp.c
slowpow.c
t_exp.c