From c191f64cd5e985bba95727c40cf02f3a0eae42e3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 6 Dec 2017 21:50:32 +0000 Subject: Correct some ia64 libm_alias_float_other calls. This patch corrects three ia64 libm_alias_float_other calls so they generate the intended _Float32 aliases when such aliases are enabled. Tested with build-many-glibcs.py for ia64-linux-gnu (that installed stripped shared libraries are unchanged when applied to current sources, and that this enables compilation tests to pass when used in conjunction with other _Float32 patches). * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as second argument to libm_alias_float_other. * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as second argument to libm_alias_float_other. * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second argument to libm_alias_float_other. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b81d994466..efe8ac589c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2017-12-06 Joseph Myers + * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as + second argument to libm_alias_float_other. + * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as + second argument to libm_alias_float_other. + * sysdeps/ia64/fpu/e_powf.S (__powf): Use pow not __pow as second + argument to libm_alias_float_other. + [BZ #22561] * math/s_cacosh_template.c (M_DECL_FUNC (__cacosh)): Use pi/2 for real part of result for argument 0 + i * NaN. -- cgit v1.2.3