[kaffe] CVS kaffe (guilhem): Define ALIGNMENT_OF_SIZE for powerpc.

Kaffe CVS cvs-commits at kaffe.org
Fri Jul 23 10:04:40 PDT 2004


PatchSet 5003 
Date: 2004/07/23 16:50:33
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Define ALIGNMENT_OF_SIZE for powerpc.

        * config/powerpc/common.h: Define ALIGNMENT_OF_SIZE.

Members: 
	ChangeLog:1.2563->1.2564 
	config/powerpc/common.h:1.6->1.7 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2563 kaffe/ChangeLog:1.2564
--- kaffe/ChangeLog:1.2563	Fri Jul 23 14:20:54 2004
+++ kaffe/ChangeLog	Fri Jul 23 16:50:33 2004
@@ -1,5 +1,9 @@
 2004-07-23  Guilhem Lavaux <guilhem at kaffe.org>
 
+	* config/powerpc/common.h: Define ALIGNMENT_OF_SIZE.
+
+2004-07-23  Guilhem Lavaux <guilhem at kaffe.org>
+
 	* po/fr.po: Fixed typos.
 
 2004-07-23  Guilhem Lavaux <guilhem at kaffe.org>
Index: kaffe/config/powerpc/common.h
diff -u kaffe/config/powerpc/common.h:1.6 kaffe/config/powerpc/common.h:1.7
--- kaffe/config/powerpc/common.h:1.6	Fri Jun 11 16:48:58 2004
+++ kaffe/config/powerpc/common.h	Fri Jul 23 16:50:50 2004
@@ -52,4 +52,6 @@
 	ret;					\
 })
 
+#define   ALIGNMENT_OF_SIZE(S)    ((S) < 4 ? (S) : 4)
+
 #endif




More information about the kaffe mailing list