diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-12 02:20:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-12 02:20:29 -0500 |
commit | 8ad89ef88d66f13e139c7dbd16b78729ec1af41c (patch) | |
tree | 2c510190aab9055915dfaaddd7d4b9a693ed4263 /ChangeLog | |
parent | 0c822ef9883c8c28929734eceb104729ba9e62e0 (diff) | |
download | glibc-8ad89ef88d66f13e139c7dbd16b78729ec1af41c.tar glibc-8ad89ef88d66f13e139c7dbd16b78729ec1af41c.tar.gz glibc-8ad89ef88d66f13e139c7dbd16b78729ec1af41c.tar.bz2 glibc-8ad89ef88d66f13e139c7dbd16b78729ec1af41c.zip |
Avoid warnings about unused variable in 96-bit j0l and j1l
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-11-12 Ulrich Drepper <drepper@gmail.com> + * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing + mantissa words. + * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise. + * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning from unused variable. |