about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-06-20 07:48:20 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-20 07:48:20 +0530
commit3ef6b85059cdd52096625d98c4ce9259854cb8bb (patch)
tree1a187ab10962c293d888c3063d5ee8b22ad0dc9d /math/Makefile
parentd8c2869d4450d54935c3410ad3093d51b5d85f79 (diff)
downloadglibc-3ef6b85059cdd52096625d98c4ce9259854cb8bb.tar.gz
glibc-3ef6b85059cdd52096625d98c4ce9259854cb8bb.tar.xz
glibc-3ef6b85059cdd52096625d98c4ce9259854cb8bb.zip
[BZ #6803] Set errno for scalbln, scalbn
Errno is not set and the testcases will fail.

Now the scalbln-aliases are removed in i386/m68
and the wrappers are used when calling the scalbln-functions.

On ia64 only scalblnf has its own implementation.
For scalbln and scalblnl the ieee754/dbl-64 and ieee754/ldbl-96 are used, thus
the wrappers are needed, too.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 55ae19d1fc..866bc0fe6f 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -48,7 +48,7 @@ libm-calls = e_acos e_acosh e_asin e_atan2 e_atanh e_cosh e_exp e_fmod	\
 	     k_cos k_rem_pio2 k_sin k_tan s_asinh s_atan s_cbrt		\
 	     s_ceil s_cos s_erf s_expm1 s_fabs				\
 	     s_floor s_log1p s_logb					\
-	     s_nextafter s_nexttoward s_rint s_scalbln			\
+	     s_nextafter s_nexttoward s_rint s_scalbln w_scalbln	\
 	     s_significand s_sin s_tan s_tanh w_acos w_acosh w_asin	\
 	     w_atan2 w_atanh w_cosh w_drem w_exp w_exp2 w_exp10 w_fmod	\
 	     w_tgamma w_hypot w_j0 w_j1 w_jn w_lgamma w_lgamma_r	\