This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Patch] Define HOST_BITS_PER_LONGLONG in sh/xm-sh.h


Hi

Why don't we define HOST_BITS_PER_LONGLONG in sh/xm-sh.h like as other
processors?

	kaz

--
2000-09-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* config/sh/xm-sh.h (HOST_BITS_PER_LONGLONG): Define.

--- /cvs/egcs/gcc/config/sh/xm-sh.h     Thu Dec 17 06:13:02 1998
+++ egcs/gcc/config/sh/xm-sh.h  Wed Sep 13 19:51:30 2000
@@ -27,6 +27,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
 
 /* If compiled with GNU C, use the built-in alloca.  */
 #ifdef __GNUC__

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]