about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-22 09:25:32 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-22 09:25:32 +0000
commit85153f6c4c85653fec836e017d865f80d2885ae9 (patch)
tree73d8327fd623c827655be298f278a9b56669bf4b /sysdeps/sparc/sparc32
parent5748f418f04eb0bbd805703a8578b201c7179729 (diff)
downloadglibc-85153f6c4c85653fec836e017d865f80d2885ae9.tar.gz
glibc-85153f6c4c85653fec836e017d865f80d2885ae9.tar.xz
glibc-85153f6c4c85653fec836e017d865f80d2885ae9.zip
Update.
2000-05-21  Jakub Jelinek  <jakub@redhat.com>

	* 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.
Diffstat (limited to 'sysdeps/sparc/sparc32')
-rw-r--r--sysdeps/sparc/sparc32/fpu/bits/huge_val.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc32/fpu/bits/huge_val.h b/sysdeps/sparc/sparc32/fpu/bits/huge_val.h
index ca0767b91a..320e057da5 100644
--- a/sysdeps/sparc/sparc32/fpu/bits/huge_val.h
+++ b/sysdeps/sparc/sparc32/fpu/bits/huge_val.h
@@ -29,7 +29,7 @@
 
 #ifdef	__GNUC__
 
-# if __GNUC_PREREQ(2,95)
+# if __GNUC_PREREQ(2,96)
 
 #  define HUGE_VAL (__extension__ 0x1.0p2047)
 
@@ -58,7 +58,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)
 #  if __WORDSIZE == 32