[kaffe] CVS kaffe (dalibor): Fixed compiler warning on m68k-netbsd

Kaffe CVS cvs-commits at kaffe.org
Tue Feb 10 09:43:05 PST 2004


PatchSet 4411 
Date: 2004/02/10 17:16:37
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed compiler warning on m68k-netbsd

2004-02-10  Dalibor Topic <robilad at kaffe.org>

        * config/m68k/netbsd1/jit-md.h:
        Added missing includes for m68k_sync_icache.

        * kaffe/kaffevm/intrp/machine.c:
        Updated copyright notice.

Members: 
	ChangeLog:1.1994->1.1995 
	config/m68k/netbsd1/jit-md.h:1.8->1.9 
	kaffe/kaffevm/intrp/machine.c:1.40->1.41 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1994 kaffe/ChangeLog:1.1995
--- kaffe/ChangeLog:1.1994	Tue Feb 10 16:47:19 2004
+++ kaffe/ChangeLog	Tue Feb 10 17:16:37 2004
@@ -1,5 +1,13 @@
 2004-02-10  Dalibor Topic <robilad at kaffe.org>
 
+	* config/m68k/netbsd1/jit-md.h:
+	Added missing includes for m68k_sync_icache.
+
+	* kaffe/kaffevm/intrp/machine.c:
+	Updated copyright notice.
+
+2004-02-10  Dalibor Topic <robilad at kaffe.org>
+
 	* kaffe/kaffevm/intrp/machine.c:
 	Include support.h to avoid compiler warning.
 	Order includes alphabetically.
Index: kaffe/config/m68k/netbsd1/jit-md.h
diff -u kaffe/config/m68k/netbsd1/jit-md.h:1.8 kaffe/config/m68k/netbsd1/jit-md.h:1.9
--- kaffe/config/m68k/netbsd1/jit-md.h:1.8	Thu Jan 22 19:27:22 2004
+++ kaffe/config/m68k/netbsd1/jit-md.h	Tue Feb 10 17:16:38 2004
@@ -21,6 +21,12 @@
 /**/
 #include "m68k/jit.h"
 
+/*
+ * Include m68k_sync_icache prototypes
+ */
+#include <sys/types.h>
+#include <m68k/sync_icache.h>
+ 
 /**/
 /* Define where addresses are returned.  */
 /**/
Index: kaffe/kaffe/kaffevm/intrp/machine.c
diff -u kaffe/kaffe/kaffevm/intrp/machine.c:1.40 kaffe/kaffe/kaffevm/intrp/machine.c:1.41
--- kaffe/kaffe/kaffevm/intrp/machine.c:1.40	Tue Feb 10 16:47:22 2004
+++ kaffe/kaffe/kaffevm/intrp/machine.c	Tue Feb 10 17:16:39 2004
@@ -5,6 +5,9 @@
  * Copyright (c) 1996, 1997
  *	Transvirtual Technologies, Inc.  All rights reserved.
  *
+ * Copyright (c) 2004
+ *	Kaffe.org contributors, see ChangeLog for details.  All rights reserved.
+ *
  * See the file "license.terms" for information on usage and redistribution
  * of this file.
  */




More information about the kaffe mailing list