diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-12-09 17:08:14 -0200 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-12-16 08:44:19 -0200 |
commit | e4d6a83565479c533aabae9046377a59712a5b22 (patch) | |
tree | c941a9ff0c4e409fc1848cd0ce1befbd396b4140 /ChangeLog | |
parent | 0a2546cdaa4284cc6ed6af06835fd858ba341838 (diff) | |
download | glibc-e4d6a83565479c533aabae9046377a59712a5b22.tar.gz glibc-e4d6a83565479c533aabae9046377a59712a5b22.tar.xz glibc-e4d6a83565479c533aabae9046377a59712a5b22.zip |
Make w_scalbln type-generic
This patch converts the wrapper scalbln (which set errno directly rather than doing anything with __kernel_standard) to use the type-generic template machinery, in the same way that has been done for ldexp. Tested for powerpc64le, s390, and x86_64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3f7e5d6e20..374a69f8db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2016-12-16 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + + * math/Makefile (gen-libm-calls): Remove w_scalblnF. + (libm-calls): Add w_scalblnF. + * math/w_scalbln.c: Remove. + * math/w_scalblnf.c: Likewise. + * math/w_scalblnl.c: Likewise. + * math/w_scalbln_template.c: New file with type-generic + implementation based on math/w_scalbln.c. + * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: Remove. + * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Use new template. + 2016-12-15 Joseph Myers <joseph@codesourcery.com> [BZ #20947] |