diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-12-06 11:10:06 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-12-06 11:12:01 +0100 |
commit | 850fb039cec802072f70ed9763927881bbbf639c (patch) | |
tree | 6d9fa425127862bc9b383dabef145d1a049cbb0f /ChangeLog | |
parent | 52ad36a21973c0b4fbc16b7104bbffec765e5a23 (diff) | |
download | glibc-850fb039cec802072f70ed9763927881bbbf639c.tar.gz glibc-850fb039cec802072f70ed9763927881bbbf639c.tar.xz glibc-850fb039cec802072f70ed9763927881bbbf639c.zip |
Fix a wrong constant in powerpc hypot implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4b3460a83..73e9911d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-06 Andreas Schwab <schwab@linux-m68k.org> + + [BZ #13472] + * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value. + 2011-12-04 Ulrich Drepper <drepper@gmail.com> * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute. |