summaryrefslogtreecommitdiff
path: root/gcc/hwint.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-01-10 14:27:40 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-01-10 14:27:40 -0800
commit4621c6409a272fad98a78187c26dda887707b3ed (patch)
tree78ac6fd470b13e45369aaf509a542d4376993a1f /gcc/hwint.h
parent414c4dc49c98c5b9bba72a22fe471a93f8c949c2 (diff)
downloadgcc-4621c6409a272fad98a78187c26dda887707b3ed.tar.gz
* hwint.h: Revert yesterday's change.
From-SVN: r38883
Diffstat (limited to 'gcc/hwint.h')
-rw-r--r--gcc/hwint.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/gcc/hwint.h b/gcc/hwint.h
index 767620af506..91973b8187a 100644
--- a/gcc/hwint.h
+++ b/gcc/hwint.h
@@ -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.
@@ -15,29 +15,6 @@
/* 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