* hwint.h: Revert yesterday's change.
authorRichard Henderson <rth@redhat.com>
Wed, 10 Jan 2001 22:27:40 +0000 (14:27 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 10 Jan 2001 22:27:40 +0000 (14:27 -0800)
From-SVN: r38883

gcc/ChangeLog
gcc/hwint.h

index cab2e71c6d20e1212e75fb0d5e46cbec7b148a0a..88cd93b723703157873de779a97297377470d17a 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-10  Richard Henderson  <rth@redhat.com>
+
+       * hwint.h: Revert yesterday's change.
+
 2001-01-10  Nick Clifton  <nickc@redhat.com>
 
        * function.h (save_machine_status): Delete.
index 767620af506c43e4cb42078f4894532a02891c96..91973b8187ae01cea740629269e34dacf38dd22e 100644 (file)
@@ -1,5 +1,5 @@
 /* HOST_WIDE_INT definitions for the GNU compiler.
-   Copyright (C) 1998, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1998 Free Software Foundation, Inc.
 
    This file is part of GNU CC.
 
 
 /* Find the largest host integer type and set its size and type.  */
 
-/* Use long long on the host if the target has a wider long type than
-   the host.  */
-
-#if ! defined HOST_BITS_PER_WIDE_INT \
-    && defined HOST_BITS_PER_LONGLONG \
-    && (HOST_BITS_PER_LONGLONG > HOST_BITS_PER_LONG) \
-    && (defined (LONG_LONG_MAX) || defined (LONGLONG_MAX) \
-        || defined (LLONG_MAX) || defined (__GNUC__))
-
-# ifdef MAX_LONG_TYPE_SIZE
-#  if MAX_LONG_TYPE_SIZE > HOST_BITS_PER_LONG
-#   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONGLONG
-#   define HOST_WIDE_INT long long
-#  endif
-# else
-#  if LONG_TYPE_SIZE > HOST_BITS_PER_LONG
-#   define HOST_BITS_PER_WIDE_INT HOST_BITS_PER_LONGLONG
-#   define HOST_WIDE_INT long long
-#  endif
-# endif
-
-#endif
-
 #ifndef HOST_BITS_PER_WIDE_INT
 
 # if HOST_BITS_PER_LONG > HOST_BITS_PER_INT