[kaffe] CVS kaffe (robilad): Small warnign fix for sparc-linux
Kaffe CVS
cvs-commits at kaffe.org
Wed Aug 10 14:14:43 PDT 2005
PatchSet 6809
Date: 2005/08/10 20:52:24
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Small warnign fix for sparc-linux
2005-08-10 Dalibor Topic <robilad at kaffe.org>
* config/sparc/linux/md.h (sparcLinuxContextSwitch):
Added missing prototype to fix compiler warning.
Members:
ChangeLog:1.4334->1.4335
config/sparc/linux/md.h:1.11->1.12
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4334 kaffe/ChangeLog:1.4335
--- kaffe/ChangeLog:1.4334 Wed Aug 10 19:29:24 2005
+++ kaffe/ChangeLog Wed Aug 10 20:52:24 2005
@@ -1,11 +1,16 @@
-2005-08-09 Andreas Tobler <a.tobler at schweiz.ch>
+2005-08-10 Dalibor Topic <robilad at kaffe.org>
+
+ * config/sparc/linux/md.h (sparcLinuxContextSwitch):
+ Added missing prototype to fix compiler warning.
+
+2005-08-10 Andreas Tobler <a.tobler at schweiz.ch>
* kaffe/kaffevm/findInJar.c (findClassInJar CP_ZIPFILE): Fix data type
to avoid compiler signedness warnings.
(findClassInJar CP_DIR): Likewise.
(getManifestMainAttribute): Change to char* to fix compiler warnings.
-2005-08-09 Andreas Tobler <a.tobler at schweiz.ch>
+2005-08-10 Andreas Tobler <a.tobler at schweiz.ch>
* libraries/clib/net/PlainDatagramSocketImpl.c
(gnu_java_net_PlainDatagramSocketImpl_send0): Initialize alen.
Index: kaffe/config/sparc/linux/md.h
diff -u kaffe/config/sparc/linux/md.h:1.11 kaffe/config/sparc/linux/md.h:1.12
--- kaffe/config/sparc/linux/md.h:1.11 Mon Jun 27 12:01:26 2005
+++ kaffe/config/sparc/linux/md.h Wed Aug 10 20:52:32 2005
@@ -20,6 +20,9 @@
#define SP_OFFSET 0
#define FP_OFFSET 1
+struct _jthread;
+void sparcLinuxContextSwitch(struct _jthread* from, struct _jthread* to);
+
#define CONTEXT_SWITCH(F,T) sparcLinuxContextSwitch(F, T)
/**/
More information about the kaffe
mailing list