diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-27 13:16:39 -0500 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2016-11-21 17:13:40 +0100 |
commit | a0b2d5b252477b6bc374390c14c3c8ed6aae420c (patch) | |
tree | 871954fbfb4779beace3db6f3fb6a1d57c33dca0 /NEWS | |
parent | 7a609588a02281638e9a0cb57bed18966806349a (diff) | |
download | glibc-a0b2d5b252477b6bc374390c14c3c8ed6aae420c.tar.gz glibc-a0b2d5b252477b6bc374390c14c3c8ed6aae420c.tar.xz glibc-a0b2d5b252477b6bc374390c14c3c8ed6aae420c.zip |
powerpc: Fix fsqrt build in libm [BZ#16576]
Some powerpc64 processors (e5500 core for instance) does not provide the fsqrt instruction, however current check to use in math_private.h is __WORDSIZE and _ARCH_PWR4 (ISA 2.02). This is patch change it to use the compiler flag _ARCH_PPCSQ (which is the same condition GCC uses to decide whether to generate fsqrt instruction). It fixes BZ#16576. (cherry picked from commit 08cee2a464f614a6d4275b5af6c52481f1aa16e6)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS index a1bb8341ea..f62b876d81 100644 --- a/NEWS +++ b/NEWS @@ -9,11 +9,11 @@ Version 2.19.1 * The following bugs are resolved with this release: - 15946, 16009, 16545, 16574, 16623, 16657, 16695, 16743, 16758, 16759, - 16760, 16878, 16882, 16885, 16916, 16932, 16943, 16958, 17048, 17062, - 17069, 17079, 17137, 17153, 17213, 17263, 17269, 17325, 17523, 17555, - 17905, 18007, 18032, 18080, 18240, 18287, 18508, 18665, 18905, 18928, - 19018, 19779, 19791, 19879, 20010, 20112. + 15946, 16009, 16545, 16574, 16576, 16623, 16657, 16695, 16743, 16758, + 16759, 16760, 16878, 16882, 16885, 16916, 16932, 16943, 16958, 17048, + 17062, 17069, 17079, 17137, 17153, 17213, 17263, 17269, 17325, 17523, + 17555, 17905, 18007, 18032, 18080, 18240, 18287, 18508, 18665, 18905, + 18928, 19018, 19779, 19791, 19879, 20010, 20112. * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. If the NSS functions were called with a |