Commit 701e2f0a by Thomas Schwinge Committed by Thomas Schwinge

fp-bit.h [FLOAT] (QUIET_NAN): Correct value.

libgcc/
	* fp-bit.h [FLOAT] (QUIET_NAN): Correct value.

From-SVN: r198621
parent 470d4d13
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment