[kaffe] CVS kaffe (robilad): Fixed mips(el) FTBFS
Kaffe CVS
cvs-commits at kaffe.org
Tue Mar 22 19:04:40 PST 2005
PatchSet 5592
Date: 2005/03/23 02:57:50
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fixed mips(el) FTBFS
2005-03-22 Dalibor Topic <robilad at kaffe.org>
* config/mips/common.h: Really include generic atomic primitives.
Members:
ChangeLog:1.3765->1.3766
config/mips/common.h:1.13->1.14
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3765 kaffe/ChangeLog:1.3766
--- kaffe/ChangeLog:1.3765 Tue Mar 22 16:10:22 2005
+++ kaffe/ChangeLog Wed Mar 23 02:57:50 2005
@@ -1,3 +1,7 @@
+2005-03-22 Dalibor Topic <robilad at kaffe.org>
+
+ * config/mips/common.h: Really include generic atomic primitives.
+
2005-03-22 Guilhem Lavaux <guilhem at kaffe.org>,
Dalibor Topic <robilad at kaffe.org>
Index: kaffe/config/mips/common.h
diff -u kaffe/config/mips/common.h:1.13 kaffe/config/mips/common.h:1.14
--- kaffe/config/mips/common.h:1.13 Tue Mar 22 14:03:10 2005
+++ kaffe/config/mips/common.h Wed Mar 23 02:57:53 2005
@@ -37,7 +37,7 @@
#include "atomicity.h"
#else
-#define "generic/genatomic.h"
+#include "generic/genatomic.h"
#endif /* defined(HAVE_MIPSII_INSTRUCTIONS) */
More information about the kaffe
mailing list