Title: [197560] releases/WebKitGTK/webkit-2.4/Source/WTF
- Revision
- 197560
- Author
- [email protected]
- Date
- 2016-03-04 05:04:45 -0800 (Fri, 04 Mar 2016)
Log Message
Merge r185863 - [WTF] Platform.h: use _ABI64 instead of _MIPS_SIM_ABI64 to determine MIPS N64
https://bugs.webkit.org/show_bug.cgi?id=145113
Patch by YunQiang Su <[email protected]> on 2015-06-22
Reviewed by Csaba Osztrogonác.
* wtf/Platform.h:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog (197559 => 197560)
--- releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog 2016-03-04 13:03:00 UTC (rev 197559)
+++ releases/WebKitGTK/webkit-2.4/Source/WTF/ChangeLog 2016-03-04 13:04:45 UTC (rev 197560)
@@ -1,3 +1,12 @@
+2015-06-22 YunQiang Su <[email protected]>
+
+ [WTF] Platform.h: use _ABI64 instead of _MIPS_SIM_ABI64 to determine MIPS N64
+ https://bugs.webkit.org/show_bug.cgi?id=145113
+
+ Reviewed by Csaba Osztrogonác.
+
+ * wtf/Platform.h:
+
2014-03-25 Gabor Rapcsanyi <[email protected]>
[EFL] Add ARM64 build support
Modified: releases/WebKitGTK/webkit-2.4/Source/WTF/wtf/Platform.h (197559 => 197560)
--- releases/WebKitGTK/webkit-2.4/Source/WTF/wtf/Platform.h 2016-03-04 13:03:00 UTC (rev 197559)
+++ releases/WebKitGTK/webkit-2.4/Source/WTF/wtf/Platform.h 2016-03-04 13:04:45 UTC (rev 197560)
@@ -82,7 +82,7 @@
/* CPU(MIPS) - MIPS 32-bit and 64-bit */
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_) || defined(__mips64))
-#if defined(_MIPS_SIM_ABI64) && (_MIPS_SIM == _MIPS_SIM_ABI64)
+#if defined(_ABI64) && (_MIPS_SIM == _ABI64)
#define WTF_CPU_MIPS64 1
#define WTF_MIPS_ARCH __mips64
#else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes