mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 08:47:02 +08:00
* xm-arm.h (HOST_BITS_PER_LONGLONG): Define.
From-SVN: r25335
This commit is contained in:
parent
fa0848d53a
commit
8a27a83e4a
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user