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: r51920
This commit is contained in:
David S. Miller 2002-04-05 05:44:54 -08:00 committed by David S. Miller
parent 5db42cf328
commit 98089de755
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