diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2015-03-10 23:43:50 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-03-11 02:48:22 -0400 |
commit | fae1aa8d226ce860124efd67ede03004b19b89e2 (patch) | |
tree | a78b3c667766a495d00e98a21152df1994bec88a /NEWS | |
parent | 068a6274556f9f362443648f4fd47525c8cf2dba (diff) | |
download | glibc-fae1aa8d226ce860124efd67ede03004b19b89e2.tar.gz glibc-fae1aa8d226ce860124efd67ede03004b19b89e2.tar.xz glibc-fae1aa8d226ce860124efd67ede03004b19b89e2.zip |
hppa: Fix feholdexcpt and fesetenv (Bug 18110).
The constraints in the inline assembly in feholdexcept and fesetenv are incorrect. The assembly modifies the buffer pointer, but doesn't express that in the constraints. The simple fix is to remove the modification of the buffer pointer which is no longer required by the existing code, and adjust the one constraint that did express the modification of bufptr. The change fixes test-fenv when glibc is compiled with recent gcc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 0e224ac41b..56405a1466 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,8 @@ Version 2.22 16560, 16783, 17269, 17523, 17569, 17588, 17631, 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, 18042, 18043, 18046, 18047, 18104. + 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18104, + 18110. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red |