[kaffe] CVS kaffe (robilad): 007-09-12 Dalibor Topic <robilad at kaffe.org>

Kaffe CVS cvs-commits at kaffe.org
Wed Sep 12 09:09:59 PDT 2007


PatchSet 7545 
Date: 2007/09/12 16:08:52
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
007-09-12  Dalibor Topic  <robilad at kaffe.org>

        Fix for #72.
        * config/alpha/callKaffeException.h (callKaffeException):
        Don't clobber frame pointer (5). That fixes the build with gcc 4.1.

        Reported by:  Daniel Plaza  <daniel at dilmun.ls.fi.upm.es>

Members: 
	ChangeLog:1.5043->1.5044 
	config/alpha/callKaffeException.h:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5043 kaffe/ChangeLog:1.5044
--- kaffe/ChangeLog:1.5043	Wed Sep 12 14:24:15 2007
+++ kaffe/ChangeLog	Wed Sep 12 16:08:52 2007
@@ -1,5 +1,13 @@
 2007-09-12  Dalibor Topic  <robilad at kaffe.org>
 
+	Fix for #72.
+	* config/alpha/callKaffeException.h (callKaffeException):
+	Don't clobber frame pointer ($15). That fixes the build with gcc 4.1.
+
+	Reported by:  Daniel Plaza  <daniel at dilmun.ls.fi.upm.es>
+
+2007-09-12  Dalibor Topic  <robilad at kaffe.org>
+
 	Fix for #102.
 	* configure.ac: Reverted erroring out when gif headers are not found,
 	that was introduced in 2006-11-19  Dalibor Topic  <robilad at kaffe.org>.
Index: kaffe/config/alpha/callKaffeException.h
diff -u kaffe/config/alpha/callKaffeException.h:1.1 kaffe/config/alpha/callKaffeException.h:1.2
--- kaffe/config/alpha/callKaffeException.h:1.1	Tue Dec 23 17:26:31 2003
+++ kaffe/config/alpha/callKaffeException.h	Wed Sep 12 16:08:53 2007
@@ -30,7 +30,7 @@
 		"mov %2,$27\n\t"
 		"jmp (%2)"
 		: : "r" (fp), "r" (eobj), "r" (handler)
-		: "$15", "$0", "$27");
+		: "$0", "$27");
 }
 
 #endif /* __alpha_callKaffeException_h */




More information about the kaffe mailing list