mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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:
parent
49f37a0d72
commit
03381059f7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user