[kaffe] CVS kaffe (robilad): Fix for s390 build failure
Kaffe CVS
cvs-commits at kaffe.org
Sun Feb 20 04:57:34 PST 2005
PatchSet 5582
Date: 2005/02/20 12:52:54
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fix for s390 build failure
2005-02-20 Dalibor Topic <robilad at kaffe.org>
* config/s390/sysdepCallMethod.h: Added missing semi-colon
after DBG macro to fix failure on debian's s390 buildd.
Members:
ChangeLog:1.3626->1.3627
config/s390/sysdepCallMethod.h:1.6->1.7
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3626 kaffe/ChangeLog:1.3627
--- kaffe/ChangeLog:1.3626 Sun Feb 20 12:37:37 2005
+++ kaffe/ChangeLog Sun Feb 20 12:52:54 2005
@@ -1,5 +1,10 @@
2005-02-20 Dalibor Topic <robilad at kaffe.org>
+ * config/s390/sysdepCallMethod.h: Added missing semi-colon
+ after DBG macro to fix failure on debian's s390 buildd.
+
+2005-02-20 Dalibor Topic <robilad at kaffe.org>
+
* configure.ac: Require -no-cpp-precomp if available
to prevent Apple's gcc on old Darwin version to trip
over itself.
Index: kaffe/config/s390/sysdepCallMethod.h
diff -u kaffe/config/s390/sysdepCallMethod.h:1.6 kaffe/config/s390/sysdepCallMethod.h:1.7
--- kaffe/config/s390/sysdepCallMethod.h:1.6 Tue Feb 8 22:05:18 2005
+++ kaffe/config/s390/sysdepCallMethod.h Sun Feb 20 12:52:57 2005
@@ -158,7 +158,7 @@
(call)->rettype, (call)->retsize, gpr_args[0],
gpr_args[1], ((int *)&fpr_args)[0],
((int *)&fpr_args)[1]);
- )
+ );
switch ((call)->rettype) { /* what kind of retval?*/
case 'D': /* 64-bit float */
(call)->ret->d = fpr_args[0].d;
More information about the kaffe
mailing list