diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-16 10:49:39 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-17 14:06:54 -0500 |
commit | ee19f1de0d0da24114be554fdf94243c0ec6b86c (patch) | |
tree | 9c3b1726f3ed5bd352998e7d39cc45e43cee5587 /ChangeLog | |
parent | ce6698ea0aea863bbfb4e932494406789e4e36c1 (diff) | |
download | glibc-ee19f1de0d0da24114be554fdf94243c0ec6b86c.tar glibc-ee19f1de0d0da24114be554fdf94243c0ec6b86c.tar.gz glibc-ee19f1de0d0da24114be554fdf94243c0ec6b86c.tar.bz2 glibc-ee19f1de0d0da24114be554fdf94243c0ec6b86c.zip |
ldbl-128: Remove unused sqrtl declaration in e_asinl.c
This did not alter compilation for s390x and aarch64
targets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2016-08-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * sysdeps/ieee754/ldbl-128/e_asinl.c: + Remove unused sqrtl declaration. + +2016-08-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * math/Makefile: (gen-libm-templates.stmp): New rule. (libm-calls): Move carg conj cimag and cabs into ... (gen-libm-calls): New variable. |