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  <[EMAIL PROTECTED]>

        * 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  <[EMAIL PROTECTED]>
+2005-08-10  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * config/sparc/linux/md.h (sparcLinuxContextSwitch):
+       Added missing prototype to fix compiler warning.
+
+2005-08-10  Andreas Tobler  <[EMAIL PROTECTED]>
 
        * 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  <[EMAIL PROTECTED]>
+2005-08-10  Andreas Tobler  <[EMAIL PROTECTED]>
 
        * 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)
 
 /**/

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to