OSDN Git Service

2002-04-05 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Apr 2002 13:46:50 +0000 (13:46 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Apr 2002 13:46:50 +0000 (13:46 +0000)
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51921 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h

index 1125257..01edcd9 100644 (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 
index 4b51540..d5ed77c 100644 (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