[BZ #6803] Set errno for scalbln, scalbn
commit3ef6b85059cdd52096625d98c4ce9259854cb8bb
authorStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 20 Jun 2014 02:18:20 +0000 (20 07:48 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 20 Jun 2014 02:18:20 +0000 (20 07:48 +0530)
tree1a187ab10962c293d888c3063d5ee8b22ad0dc9d
parentd8c2869d4450d54935c3410ad3093d51b5d85f79
[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.
22 files changed:
ChangeLog
NEWS
math/Makefile
math/libm-test.inc
math/w_scalbln.c [new file with mode: 0644]
math/w_scalblnf.c [new file with mode: 0644]
math/w_scalblnl.c [new file with mode: 0644]
sysdeps/i386/fpu/s_scalbn.S
sysdeps/i386/fpu/s_scalbnf.S
sysdeps/i386/fpu/s_scalbnl.S
sysdeps/ia64/fpu/w_scalblnf.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_scalbln.c
sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c
sysdeps/ieee754/flt-32/s_scalblnf.c
sysdeps/ieee754/ldbl-128/s_scalblnl.c
sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c
sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-64-128/s_scalblnl.c
sysdeps/ieee754/ldbl-64-128/w_scalblnl.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-96/s_scalblnl.c
sysdeps/m68k/m680x0/fpu/s_scalbn.c
sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c