Commit 03381059 by David S. Miller Committed by David S. Miller

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
parent 49f37a0d
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> 2002-04-04 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/3457 libstdc++/3457
......
...@@ -69,4 +69,8 @@ typedef __loff_t __off64_t; ...@@ -69,4 +69,8 @@ typedef __loff_t __off64_t;
#define __glibcpp_long_bits 64 #define __glibcpp_long_bits 64
#endif #endif
#if defined(__sparc__) && !defined(__arch64__)
#define __glibcpp_long_double_bits 64
#endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment