From 85153f6c4c85653fec836e017d865f80d2885ae9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 May 2000 09:25:32 +0000 Subject: Update. 2000-05-21 Jakub Jelinek * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/ieee754/bits/huge_val.h: Likewise. * sysdeps/m68k/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise. --- sysdeps/i386/bits/huge_val.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/i386/bits') diff --git a/sysdeps/i386/bits/huge_val.h b/sysdeps/i386/bits/huge_val.h index 518c8cc..f45e1f5 100644 --- a/sysdeps/i386/bits/huge_val.h +++ b/sysdeps/i386/bits/huge_val.h @@ -26,7 +26,7 @@ /* IEEE positive infinity (-HUGE_VAL is negative infinity). */ -#if __GNUC_PREREQ(2,95) +#if __GNUC_PREREQ(2,96) # define HUGE_VAL (__extension__ 0x1.0p2047) #else # define __HUGE_VAL_bytes { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } @@ -46,7 +46,7 @@ static __huge_val_t __huge_val = { __HUGE_VAL_bytes }; #ifdef __USE_ISOC99 -# if __GNUC_PREREQ(2,95) +# if __GNUC_PREREQ(2,96) # define HUGE_VALF (__extension__ 0x1.0p255f) # define HUGE_VALL (__extension__ 0x1.0p32767L) -- cgit v1.1