fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 6 May 2013 08:22:48 +0000 (10:22 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 6 May 2013 08:22:48 +0000 (10:22 +0200)
libgcc/
* fp-bit.h [FLOAT] (QUIET_NAN): Correct value.

From-SVN: r198621

libgcc/ChangeLog
libgcc/fp-bit.h

index d6a3c83..e4e0d57 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-06  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * fp-bit.h [FLOAT] (QUIET_NAN): Correct value.
+
 2013-04-25  Alan Modra  <amodra@gmail.com>
 
        * config.host: Match little-endian powerpc-linux.
index d4f0d0b..2ac504a 100644 (file)
@@ -189,7 +189,7 @@ typedef unsigned int UTItype __attribute__ ((mode (TI)));
 #      define EXPBIAS 127
 #      define FRACBITS 23
 #      define EXPMAX (0xff)
-#      define QUIET_NAN 0x100000L
+#      define QUIET_NAN 0x400000L
 #      define FRAC_NBITS 32
 #      define FRACHIGH  0x80000000L
 #      define FRACHIGH2 0xc0000000L