about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-11-18 13:27:09 -0500
committerChris Metcalf <cmetcalf@tilera.com>2013-11-18 18:19:02 -0500
commite186536b6fa8ceb004dfa1ba45766edcc871a95b (patch)
tree0a80818f0122b1671315cabf2c54024436eeff8c /ChangeLog
parent5c3499508eca3929635ddce90749bfc8ca7d0763 (diff)
downloadglibc-e186536b6fa8ceb004dfa1ba45766edcc871a95b.tar.gz
glibc-e186536b6fa8ceb004dfa1ba45766edcc871a95b.tar.xz
glibc-e186536b6fa8ceb004dfa1ba45766edcc871a95b.zip
test-fpucw-ieee: Don't use _FPU_IEEE if not defined
Not all architectures define this value, and if they don't,
just let the test run the same as test-fpucw, with __fpu_control
set to _FPU_DEFAULT explicitly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4042e3b017..b0ca6f7303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
+	Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
+
 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* elf/Makefile (tst-auxv): New test.