[kaffe] CVS kaffe (dalibor): Removed commented out code

Kaffe CVS cvs-commits at kaffe.org
Thu Jan 22 11:30:02 PST 2004


PatchSet 4361 
Date: 2004/01/22 19:27:20
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Removed commented out code

2004-01-22  Dalibor Topic <robilad at kaffe.org>

        * config/m68k/netbsd1/jit-md.h:
        Removed commented out code.

Members: 
	ChangeLog:1.1946->1.1947 
	config/m68k/netbsd1/jit-md.h:1.7->1.8 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1946 kaffe/ChangeLog:1.1947
--- kaffe/ChangeLog:1.1946	Thu Jan 22 16:17:20 2004
+++ kaffe/ChangeLog	Thu Jan 22 19:27:20 2004
@@ -1,11 +1,16 @@
-2004-01-19  Dalibor Topic <robilad at kaffe.org>
+2004-01-22  Dalibor Topic <robilad at kaffe.org>
+
+	* config/m68k/netbsd1/jit-md.h:
+	Removed commented out code.
+
+2004-01-22  Dalibor Topic <robilad at kaffe.org>
 
 	* kaffe/scripts/kaffe.in:
 	Add all jars found in prefix/lib to the BOOTCLASSPATH,
 	thereby making jars installed by install-jars accessible
 	to the user.
 
-2004-01-19  Dalibor Topic <robilad at kaffe.org>
+2004-01-22  Dalibor Topic <robilad at kaffe.org>
 
 	* kaffe/scripts/install-jar.in:
 	Put the jars in $prefix/lib/ directory. Use
Index: kaffe/config/m68k/netbsd1/jit-md.h
diff -u kaffe/config/m68k/netbsd1/jit-md.h:1.7 kaffe/config/m68k/netbsd1/jit-md.h:1.8
--- kaffe/config/m68k/netbsd1/jit-md.h:1.7	Fri Jan  2 19:55:38 2004
+++ kaffe/config/m68k/netbsd1/jit-md.h	Thu Jan 22 19:27:22 2004
@@ -44,22 +44,7 @@
 /*
  * Flush the cache on netbsd.
  */
-/*
-#define FLUSH_040NETBSD_DCACHE(beg, end) \
-	__asm__ __volatile__( \
-		"movem%.l %/d0-%/d7/%/a0-%/a5,%-\n\t" \
-		"move%.l %0,%/a1\n\t" \
-		"move%.l %1,%/d1\n\t" \
-		"sub%.l %/d1,%/a1\n\t" \
-		"movel  %#0x80000004,d0\n\t" \
-		"trap   %#12\n\t" \
-		"movem%.l %+,%/d0-%/d7/%/a0-%/a5" \
-		: : "g" (beg), "g" (end))
-*/
 #undef	FLUSH_DCACHE
-/*
-#define	FLUSH_DCACHE(B,E)	FLUSH_040NETBSD_DCACHE(B,E)
-*/
 #define FLUSH_DCACHE(_start,_end) m68k_sync_icache((_start), (uintp)(_end) - (uintp)(_start))
 
 #endif




More information about the kaffe mailing list