Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config/sh #define HOST_BITS_PER_LONGL...



details:   https://anonhg.NetBSD.org/src/rev/7b84d6c12725
branches:  trunk
changeset: 524913:7b84d6c12725
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 02 07:28:23 2002 +0000

description:
#define HOST_BITS_PER_LONGLONG 64

diffstat:

 gnu/dist/toolchain/gcc/config/sh/xm-sh.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c894763d2f29 -r 7b84d6c12725 gnu/dist/toolchain/gcc/config/sh/xm-sh.h
--- a/gnu/dist/toolchain/gcc/config/sh/xm-sh.h  Tue Apr 02 06:39:32 2002 +0000
+++ b/gnu/dist/toolchain/gcc/config/sh/xm-sh.h  Tue Apr 02 07:28:23 2002 +0000
@@ -27,6 +27,7 @@
 #define HOST_BITS_PER_SHORT 16
 #define HOST_BITS_PER_INT 32
 #define HOST_BITS_PER_LONG 32
+#define HOST_BITS_PER_LONGLONG 64
 
 /* If compiled with GNU C, use the built-in alloca.  */
 #ifdef __GNUC__



Home | Main Index | Thread Index | Old Index