diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:43:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:43:40 +0000 |
commit | 6432a5409c9faf2a2f562b782d40432d73cda4d8 (patch) | |
tree | 225ea2c6409bd0c1457f89beb60e22f91ab3bf8c /NEWS | |
parent | c88769dda4199d15267259fd3c9b986e6690a901 (diff) | |
download | glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.tar.gz glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.tar.xz glibc-6432a5409c9faf2a2f562b782d40432d73cda4d8.zip |
Fix dbl-64 hypot spurious underflows (bug 16314).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index eac809eb1d..7bb8ebf1be 100644 --- a/NEWS +++ b/NEWS @@ -22,7 +22,7 @@ Version 2.19 15988, 15997, 16032, 16034, 16036, 16037, 16038, 16041, 16055, 16071, 16072, 16074, 16077, 16078, 16103, 16112, 16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172, 16195, 16214, 16245, 16271, 16274, 16283, - 16289, 16316, 16330. + 16289, 16314, 16316, 16330. * The public headers no longer use __unused nor __block. This change is to support compiling programs that are derived from BSD sources and use |