diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-02 16:33:18 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-02 16:33:18 +0200 |
commit | 0be196addae0e464aa32fcccc9d679c2f83f01b4 (patch) | |
tree | 56ae14719c484d7e3f38ec81eb4eb85ef695bc87 /ChangeLog | |
parent | 4f9d04aa8fcc5008995409d524086121e9a840dc (diff) | |
download | glibc-0be196addae0e464aa32fcccc9d679c2f83f01b4.tar glibc-0be196addae0e464aa32fcccc9d679c2f83f01b4.tar.gz glibc-0be196addae0e464aa32fcccc9d679c2f83f01b4.tar.bz2 glibc-0be196addae0e464aa32fcccc9d679c2f83f01b4.zip |
Use -frounding-math for math testsuite
We should tell GCC that we manipulate the rounding mode and
therefore add -frounding-math to these files that call fesetround.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2012-05-02 Andreas Jaeger <aj@suse.de> + + * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math + since we manipulate rounding mode. + (CPPFLAGS-test-idouble.c): Likewise. + (CPPFLAGS-test-ifloat.c): Likewise. + (CFLAGS-test-ldouble.c): Likewise. + (CFLAGS-test-double.c): Likewise. + (CFLAGS-test-float.c): Likewise. + (CFLAGS-test-misc.c): Likewise. + (CFLAGS-test-test-fenv.c): Likewise. + 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> [BZ #2550] |