Commit be3ebbbb by David Edelsohn Committed by David Edelsohn

Correct __s390__ definitions.

From-SVN: r45140
parent d22ec529
2001-08-23 David Edelsohn <edelsohn@gnu.org>
* config/os/gnu-linux/bits/os_defines.h: Correct __s390__ definitions.
2001-08-23 Jason Merrill <jason_merrill@redhat.com>
* testsuite_flags.in (build-includes): Re-add backward.
......
......@@ -63,15 +63,15 @@ typedef __loff_t __off64_t;
# define __NO_STRING_INLINES
# endif
#if defined (__powerpc__) || defined (__s390__) || defined (__s390x__)
#if defined (__powerpc__) || defined (__s390__)
#define __glibcpp_wchar_t_is_signed true
#endif
#if defined (__alpha__) || defined (__powerpc64__) || (defined (__sparc__) && defined(__arch64__)) || defined (__s390__) || defined (__s390x__)
#if defined (__alpha__) || defined (__powerpc64__) || (defined (__sparc__) && defined(__arch64__)) || defined (__s390x__)
#define __glibcpp_long_bits 64
#endif
#if defined (__alpha__) || defined (__powerpc64__)
#if defined (__alpha__) || defined (__powerpc64__) || defined (__s390__)
#define __glibcpp_long_double_bits 64
#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