diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2014-10-24 13:06:04 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2014-10-24 13:06:04 +0000 |
commit | 3a84f1a6516e3b22507f9c03fbd36a5559c3df94 (patch) | |
tree | 953550cbdddaa55e4dbaa0e9b9299eabc5f79981 /ChangeLog | |
parent | ea9a7c8b066accc408402fc00c946db7d8eb9764 (diff) | |
download | glibc-3a84f1a6516e3b22507f9c03fbd36a5559c3df94.tar.gz glibc-3a84f1a6516e3b22507f9c03fbd36a5559c3df94.tar.xz glibc-3a84f1a6516e3b22507f9c03fbd36a5559c3df94.zip |
Cleanup fedisableexcept to use the same logic as the ARM version. No functional changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fa7bcf32ef..ea29be2291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-10-24 Wilco Dijkstra <wdijkstr@arm.com> + + * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): + Simplify logic. + 2014-10-24 Joseph Myers <joseph@codesourcery.com> [BZ #14138] |