diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-27 04:01:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-27 04:01:16 +0000 |
commit | 49768bb93e4960a814563ee30213eaf36e6dcb48 (patch) | |
tree | f3f6635329c8aa9458b006c2f108e331969ca7bb /ChangeLog | |
parent | 218555e9f7d963227f90bdc0d2fbec814f7553e1 (diff) | |
download | glibc-49768bb93e4960a814563ee30213eaf36e6dcb48.tar glibc-49768bb93e4960a814563ee30213eaf36e6dcb48.tar.gz glibc-49768bb93e4960a814563ee30213eaf36e6dcb48.tar.bz2 glibc-49768bb93e4960a814563ee30213eaf36e6dcb48.zip |
* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
atanh should set ERANGE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-04-26 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in + atanh should set ERANGE. + [BZ #10087] * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access result of lookup to make call to implement STT_GNU_IFUNC. |