Commit a9e7dc6c by David Edelsohn Committed by David Edelsohn

Fix PowerPC long double as well.

From-SVN: r45141
parent be3ebbbb
2001-08-23 David Edelsohn <edelsohn@gnu.org> 2001-08-23 David Edelsohn <edelsohn@gnu.org>
* config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions. * config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions.
Set __powerpc__ long double definition based on __LONG_DOUBLE_128__.
2001-08-23 Jason Merrill <jason_merrill@redhat.com> 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
......
...@@ -71,7 +71,7 @@ typedef __loff_t __off64_t; ...@@ -71,7 +71,7 @@ typedef __loff_t __off64_t;
#define __glibcpp_long_bits 64 #define __glibcpp_long_bits 64
#endif #endif
#if defined (__alpha__) || defined (__powerpc64__) || defined (__s390__) #if defined (__alpha__) || (defined (__powerpc__) && !defined (__LONG_DOUBLE_128__)) || defined (__s390__)
#define __glibcpp_long_double_bits 64 #define __glibcpp_long_double_bits 64
#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