Title: [109676] releases/WebKitGTK/webkit-1.8/Source/_javascript_Core
- Revision
- 109676
- Author
- [email protected]
- Date
- 2012-03-04 07:57:35 -0800 (Sun, 04 Mar 2012)
Log Message
Merging http://trac.webkit.org/changeset/109675
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/ChangeLog (109675 => 109676)
--- releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/ChangeLog 2012-03-04 15:42:54 UTC (rev 109675)
+++ releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/ChangeLog 2012-03-04 15:57:35 UTC (rev 109676)
@@ -1,3 +1,11 @@
+2012-03-04 Jurij Smakov <[email protected]>
+
+ SPARC also needs aligned accesses.
+
+ Rubber-stamped by Gustavo Noronha Silva.
+
+ * wtf/Platform.h:
+
2012-02-21 Gustavo Noronha Silva <[email protected]> and Bob Tracy <[email protected]>
Does not build on IA64, SPARC and Alpha
Modified: releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/wtf/Platform.h (109675 => 109676)
--- releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/wtf/Platform.h 2012-03-04 15:42:54 UTC (rev 109675)
+++ releases/WebKitGTK/webkit-1.8/Source/_javascript_Core/wtf/Platform.h 2012-03-04 15:57:35 UTC (rev 109676)
@@ -295,7 +295,7 @@
#endif /* ARM */
-#if CPU(ARM) || CPU(MIPS) || CPU(SH4)
+#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC)
#define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes