aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-01-28 06:10:41 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-03-03 10:01:49 -0500
commit85b290451e4d3ab460a57f1c5966c5827ca807ca (patch)
treec394f048661ba9134a0a9a1fc321022f38e7347b /NEWS
parenta0af371c25ac1f215cf0db64e54cbb9a1b51f78c (diff)
downloadglibc-85b290451e4d3ab460a57f1c5966c5827ca807ca.zip
glibc-85b290451e4d3ab460a57f1c5966c5827ca807ca.tar.gz
glibc-85b290451e4d3ab460a57f1c5966c5827ca807ca.tar.bz2
powerpc: Fix inline feraiseexcept, feclearexcept macros
This patch fixes the inline feraiseexcept and feclearexcept macros for powerpc by casting the input argument to integer before operation on it. It fixes BZ#17776.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a32e421..01c9f9e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,10 +10,10 @@ Version 2.22
* The following bugs are resolved with this release:
4719, 13064, 14094, 14841, 15319, 15467, 15790, 15969, 16351, 16512,
- 16560, 16783, 17269, 17523, 17569, 17588, 17711, 17779, 17792, 17836,
- 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978,
- 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, 18030, 18032,
- 18036, 18038, 18039, 18046, 18047.
+ 16560, 16783, 17269, 17523, 17569, 17588, 17711, 17776, 17779, 17792,
+ 17836, 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, 17969,
+ 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, 18030,
+ 18032, 18036, 18038, 18039, 18046, 18047.
* Character encoding and ctype tables were updated to Unicode 7.0.0, using
new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red