Commit 4621c640 by Richard Henderson Committed by Richard Henderson

* hwint.h: Revert yesterday's change.

From-SVN: r38883
parent 414c4dc4
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.
......
/* 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
......
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