Fix PowerPC long double as well.

From-SVN: r45141
This commit is contained in:
David Edelsohn 2001-08-23 23:02:01 +00:00 committed by David Edelsohn
parent be3ebbbb9e
commit a9e7dc6cdf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2001-08-23 David Edelsohn <edelsohn@gnu.org>
* 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>

View File

@ -71,7 +71,7 @@ typedef __loff_t __off64_t;
#define __glibcpp_long_bits 64
#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
#endif