[kaffe] CVS kaffe (dalibor): Fixed cross compilation for scpar-linux
Kaffe CVS
cvs-commits at kaffe.org
Sat Aug 21 09:03:46 PDT 2004
PatchSet 5087
Date: 2004/08/21 15:59:51
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Fixed cross compilation for scpar-linux
2004-08-21 Dalibor Topic <robilad at kaffe.org>
* config/sparc/common.h:
Add missing include.
Members:
ChangeLog:1.2645->1.2646
config/sparc/sysdepCallMethod.h:1.2->1.3
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2645 kaffe/ChangeLog:1.2646
--- kaffe/ChangeLog:1.2645 Sat Aug 21 15:11:27 2004
+++ kaffe/ChangeLog Sat Aug 21 15:59:51 2004
@@ -1,5 +1,10 @@
2004-08-21 Dalibor Topic <robilad at kaffe.org>
+ * config/sparc/common.h:
+ Add missing include.
+
+2004-08-21 Dalibor Topic <robilad at kaffe.org>
+
* config/config.alias:
Recognize armv5b.
Index: kaffe/config/sparc/sysdepCallMethod.h
diff -u kaffe/config/sparc/sysdepCallMethod.h:1.2 kaffe/config/sparc/sysdepCallMethod.h:1.3
--- kaffe/config/sparc/sysdepCallMethod.h:1.2 Wed Mar 24 15:44:12 2004
+++ kaffe/config/sparc/sysdepCallMethod.h Sat Aug 21 15:59:57 2004
@@ -11,6 +11,9 @@
* by Alexandre Oliva <oliva at dcc.unicamp.br>
*/
+/* Needed for callMethodInfo declaration */
+#include "support.h"
+
/* This file is supposed to be included twice, once with LONG_SYSDEP
defined, once without it. The first version cannot be inlined by
gcc/egcs at least up to 1.2, because it contains variable-sized
More information about the kaffe
mailing list