diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-10 23:36:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-10 23:36:40 +0000 |
commit | c5ee217f0903f0f3227ed09f0ac07d8a3f36d8b7 (patch) | |
tree | 32f3831da652d51cbc52ff69b9462977d0d5b256 /ChangeLog | |
parent | 1eb946b93509b94db2bddce741f2f3b483418a6d (diff) | |
download | glibc-c5ee217f0903f0f3227ed09f0ac07d8a3f36d8b7.zip glibc-c5ee217f0903f0f3227ed09f0ac07d8a3f36d8b7.tar.gz glibc-c5ee217f0903f0f3227ed09f0ac07d8a3f36d8b7.tar.bz2 |
* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
(__ieee754_y0l): Likewise.
* sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
(__ieee754_y1l): Likewise.
* sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
* sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
frexpl and ldexpl. math_private.h provides them and the latter
is not even used.
(__log1pl): Use __frexpl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-05-08 David S. Miller <davem@davemloft.net> + + * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel. + (__ieee754_y0l): Likewise. + * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise. + (__ieee754_y1l): Likewise. + * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl. + * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for + frexpl and ldexpl. math_private.h provides them and the latter + is not even used. + (__log1pl): Use __frexpl. + 2008-05-10 Ulrich Drepper <drepper@redhat.com> * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend |