PowerPC: update missing CL/NEWS bug reference

Update ChangLog bugzilla number and NEWS for commit
13d3b41a36 (PowerPC: fix hypot/hypotf
check for -INF).
This commit is contained in:
Adhemerval Zanella 2013-05-20 09:35:01 -05:00
parent b2b671b677
commit 68191c1d59
2 changed files with 2 additions and 1 deletions

View File

@ -276,6 +276,7 @@
2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
[BZ # 15497]
* sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
negative infinity on POWER6 or lower.
* sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.

2
NEWS
View File

@ -18,7 +18,7 @@ Version 2.18
15305, 15307, 15309, 15327, 15330, 15335, 15336, 15337, 15342, 15346,
15359, 15361, 15366, 15380, 15394, 15395, 15405, 15406, 15409, 15416,
15418, 15419, 15423, 15424, 15426, 15429, 15442, 15448, 15480, 15485,
15488, 15490.
15488, 15490, 15497.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078).