PatchSet 7503 
Date: 2007/08/01 17:57:37
Author: inaba
Branch: HEAD
Tag: (none) 
Log:
Make arm/jit3 work. Not as fast as the name implies, BTW...

Members: 
        ChangeLog:1.5002->1.5003 
        config/arm/jit.h:1.17->1.18 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5002 kaffe/ChangeLog:1.5003
--- kaffe/ChangeLog:1.5002      Tue Jul 31 19:53:31 2007
+++ kaffe/ChangeLog     Wed Aug  1 17:57:37 2007
@@ -1,3 +1,8 @@
+2007-08-02  Kiyo Inaba <[EMAIL PROTECTED]>
+
+       * config/arm/jit.h,
+       config/arm/linux/jit3-md.h: Make arm/jit3 work. Not so fast...
+
 2007-07-31 Alper Akcan <[EMAIL PROTECTED]>
 
        * libraries/clib/awt/xynth/graphic.c: Code update for new GRLib API.
Index: kaffe/config/arm/jit.h
diff -u kaffe/config/arm/jit.h:1.17 kaffe/config/arm/jit.h:1.18
--- kaffe/config/arm/jit.h:1.17 Mon Jul  2 19:38:44 2007
+++ kaffe/config/arm/jit.h      Wed Aug  1 17:57:38 2007
@@ -136,7 +136,11 @@
 /* Register management information. */
 /**/
 
+#if defined(JIT3)
+#define        _GR_    0
+#else
 #define        _GR_    (Rglobal|Rnosaveoncall)
+#endif
 
 /* Define the register set */
        // slot, ctype, type, flags, used, regno

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to