aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2014-10-24 13:19:24 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2014-10-24 13:19:24 +0000
commit8b1af712d1556573cd7c71d872eab808faf854fb (patch)
tree43eba375094d1f44554c54709499d062e55ba308 /ChangeLog
parenta7b00c110132b4cb64a7f6b7b23a1c0ebbe54cd3 (diff)
downloadglibc-8b1af712d1556573cd7c71d872eab808faf854fb.tar.xz
glibc-8b1af712d1556573cd7c71d872eab808faf854fb.zip
Call get_rounding_mode rather than duplicating functionality.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2302d7ef5e..66447bf52a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
+ * sysdeps/aarch64/fpu/fegetround.c (fegetround):
+ Call get_rounding_mode.
+
+2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
+
* sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
Simplify logic.