about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-12-06 10:42:06 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-12-06 10:42:06 -0500
commit82123268ac12b7e37c04ea6347a555f679f95704 (patch)
tree114bb3a57a00c6a1138e66030a5e96d35adce2ba /ChangeLog
parentd981452619691984caff7a6f8024acc82f1a6f78 (diff)
downloadglibc-82123268ac12b7e37c04ea6347a555f679f95704.tar.gz
glibc-82123268ac12b7e37c04ea6347a555f679f95704.tar.xz
glibc-82123268ac12b7e37c04ea6347a555f679f95704.zip
Fix warnings from generic _FPU_GETCW
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5375211973..36b2bb0dbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
+	0, not just to plain "0" as a statement.
+	(_FPU_SETCW): Define to (void) (cw), rather than doing nothing
+	with cw.
+
 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* NEWS: Use sourceware.org in Bugzilla URL.