* xm-arm.h (HOST_BITS_PER_LONGLONG): Define.

From-SVN: r25335
This commit is contained in:
Richard Earnshaw 1999-02-20 09:10:22 +00:00 committed by Richard Earnshaw
parent fa0848d53a
commit 8a27a83e4a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Feb 20 09:08:44 1999 Richard Earnshaw (rearnsha@arm.com)
* xm-arm.h (HOST_BITS_PER_LONGLONG): Define.
Fri Feb 19 23:02:02 1999 Richard Henderson <rth@cygnus.com>
* regmove.c (discover_flags_reg): New function.

View File

@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#define HOST_BITS_PER_SHORT 16
#define HOST_BITS_PER_INT 32
#define HOST_BITS_PER_LONG 32
#define HOST_BITS_PER_LONGLONG 64
/* A code distinguishing the floating point format of the host
machine. There are three defined values: IEEE_FLOAT_FORMAT,