[kaffe] CVS kaffe (guilhem): Fix the name of a symbol on jit/sparc.

Kaffe CVS cvs-commits at kaffe.org
Wed Dec 29 07:52:01 PST 2004


PatchSet 5730 
Date: 2004/12/29 15:47:25
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fix the name of a symbol on jit/sparc.

Members: 
	ChangeLog:1.3274->1.3275 
	config/sparc/jit-sparc.def:1.12->1.13 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3274 kaffe/ChangeLog:1.3275
--- kaffe/ChangeLog:1.3274	Wed Dec 29 11:28:30 2004
+++ kaffe/ChangeLog	Wed Dec 29 15:47:25 2004
@@ -1,5 +1,10 @@
 2004-12-29  Guilhem Lavaux  <guilhem at kaffe.org>
 
+	* config/sparc/jit-sparc.def: Renamed setEpilogueLabel to match the
+	new symbol names.
+
+2004-12-29  Guilhem Lavaux  <guilhem at kaffe.org>
+
 	* kaffe/kaffevm/systems/unix-pthreads/jsignal.h,
 	kaffe/kaffevm/systems/unix-jthreads/jsignal.h,
 	kaffe/kaffevm/systems/unix-pthreads/signal.c,
Index: kaffe/config/sparc/jit-sparc.def
diff -u kaffe/config/sparc/jit-sparc.def:1.12 kaffe/config/sparc/jit-sparc.def:1.13
--- kaffe/config/sparc/jit-sparc.def:1.12	Wed Jul 14 11:11:54 2004
+++ kaffe/config/sparc/jit-sparc.def	Wed Dec 29 15:47:28 2004
@@ -140,7 +140,7 @@
 
 define_insn(epilogue, epilogue_xxx)
 {
-	setEpilogueLabel ((uintp)CODEPC);
+	KaffeJIT_setEpilogueLabel ((uintp)CODEPC);
 
 	insn_RRC(2, (unsigned int)0x38, REG_g0, REG_i7, 8);
 	insn_RRR(0x3D, REG_g0, REG_g0, REG_g0);




More information about the kaffe mailing list