From 701e2f0a76da581d75fa3adac925d58aff7a1290 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 6 May 2013 10:22:48 +0200 Subject: fp-bit.h [FLOAT] (QUIET_NAN): Correct value. libgcc/ * fp-bit.h [FLOAT] (QUIET_NAN): Correct value. From-SVN: r198621 --- libgcc/fp-bit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcc/fp-bit.h') diff --git a/libgcc/fp-bit.h b/libgcc/fp-bit.h index d4f0d0b..2ac504a 100644 --- a/libgcc/fp-bit.h +++ b/libgcc/fp-bit.h @@ -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 -- cgit v1.1