[kaffe] CVS kaffe (guilhem): config/powerpc/trampolines.S: Changed
commentary type for
Kaffe CVS
cvs-commits at kaffe.org
Wed Aug 3 08:17:46 PDT 2005
PatchSet 6778
Date: 2005/08/03 15:01:39
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
2005-08-03 Guilhem Lavaux <guilhem at kaffe.org>
* config/powerpc/trampolines.S: Changed commentary type for
gcc.
Reported by: Riccardo Mottola <multix at gmail.com>.
Members:
ChangeLog:1.4303->1.4304
config/powerpc/trampolines.S:1.5->1.6
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4303 kaffe/ChangeLog:1.4304
--- kaffe/ChangeLog:1.4303 Tue Aug 2 16:23:07 2005
+++ kaffe/ChangeLog Wed Aug 3 15:01:39 2005
@@ -1,3 +1,10 @@
+2005-08-03 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * config/powerpc/trampolines.S: Changed commentary type for
+ gcc.
+
+ Reported by: Riccardo Mottola <multix at gmail.com>.
+
2005-08-02 Ito Kazumitsu <kaz at maczuka.gcd.org>
* test/regression/BufferedInputStreamAvailableTest.java:
Index: kaffe/config/powerpc/trampolines.S
diff -u kaffe/config/powerpc/trampolines.S:1.5 kaffe/config/powerpc/trampolines.S:1.6
--- kaffe/config/powerpc/trampolines.S:1.5 Sun Jul 17 15:32:18 2005
+++ kaffe/config/powerpc/trampolines.S Wed Aug 3 15:01:54 2005
@@ -29,10 +29,11 @@
C_FUNC_NAME(powerpc_do_fixup_trampoline) :
-# Function prologue: establish a minimum stack frame. We don't
-# save lr - it was already saved at 8(r1) by the trampoline
-# code. However, we must save r3 and r4, as we will use them
-# to call soft_fixup_trampoline().
+/* Function prologue: establish a minimum stack frame. We don't
+ * save lr - it was already saved at 8(r1) by the trampoline
+ * code. However, we must save r3 and r4, as we will use them
+ * to call soft_fixup_trampoline().
+ */
stw r3, -4(r1)
stw r4, -8(r1)
stw r5, -12(r1)
More information about the kaffe
mailing list