diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-12-06 10:42:06 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-12-06 10:42:06 -0500 |
commit | 82123268ac12b7e37c04ea6347a555f679f95704 (patch) | |
tree | 114bb3a57a00c6a1138e66030a5e96d35adce2ba /ChangeLog | |
parent | d981452619691984caff7a6f8024acc82f1a6f78 (diff) | |
download | glibc-82123268ac12b7e37c04ea6347a555f679f95704.tar glibc-82123268ac12b7e37c04ea6347a555f679f95704.tar.gz glibc-82123268ac12b7e37c04ea6347a555f679f95704.tar.bz2 glibc-82123268ac12b7e37c04ea6347a555f679f95704.zip |
Fix warnings from generic _FPU_GETCW
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |