2002-04-05 David S. Miller <davem@redhat.com>

* config/os/gnu-linux/bits/os_defines.h
	(__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.

From-SVN: r51921
This commit is contained in:
David S. Miller 2002-04-05 05:46:50 -08:00 committed by David S. Miller
parent 49f37a0d72
commit 03381059f7
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-04-05 David S. Miller <davem@redhat.com>
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.
2002-04-04 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/3457

View File

@ -69,4 +69,8 @@ typedef __loff_t __off64_t;
#define __glibcpp_long_bits 64
#endif
#if defined(__sparc__) && !defined(__arch64__)
#define __glibcpp_long_double_bits 64
#endif
#endif