Correct __s390__ definitions.

From-SVN: r45140
This commit is contained in:
David Edelsohn 2001-08-23 22:49:20 +00:00 committed by David Edelsohn
parent d22ec5294d
commit be3ebbbb9e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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