PatchSet 6650 
Date: 2005/06/21 08:13:12
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixlet for MIPS arch.

2005-06-20  Riccardo Mottola  <[EMAIL PROTECTED]>

        * config/mips/atomic.h: patched to use internal config-int.h header and
not c99 stdint.h

Members: 
        ChangeLog:1.4176->1.4177 
        config/mips/atomic.h:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4176 kaffe/ChangeLog:1.4177
--- kaffe/ChangeLog:1.4176      Sun Jun 19 13:47:14 2005
+++ kaffe/ChangeLog     Tue Jun 21 08:13:12 2005
@@ -1,3 +1,8 @@
+2005-06-20  Riccardo Mottola  <[EMAIL PROTECTED]>
+
+        * config/mips/atomic.h: patched to use internal config-int.h header and
+not c99 stdint.h
+
 2005-06-19  Guilhem Lavaux  <[EMAIL PROTECTED]>
 
        * developers/autogen.sh: Updated to gettext 0.14.5
Index: kaffe/config/mips/atomic.h
diff -u kaffe/config/mips/atomic.h:1.1 kaffe/config/mips/atomic.h:1.2
--- kaffe/config/mips/atomic.h:1.1      Thu Mar 24 23:05:37 2005
+++ kaffe/config/mips/atomic.h  Tue Jun 21 08:13:11 2005
@@ -6,7 +6,8 @@
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version. */
 
-#include <stdint.h>
+/* Modified to get it work on all kaffe's platforms. */
+#include "config-int.h"
 #include <sgidefs.h>
 
 typedef int32_t atomic32_t;

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

Reply via email to