OSDN Git Service

Correct __s390__ definitions.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 22:49:20 +0000 (22:49 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2001 22:49:20 +0000 (22:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45140 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/gnu-linux/bits/os_defines.h

index 95b7ad9..b977a80 100644 (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.
index db67d97..474238c 100644 (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