Title: [203273] trunk/Source/WTF
- Revision
- 203273
- Author
- [email protected]
- Date
- 2016-07-15 03:21:33 -0700 (Fri, 15 Jul 2016)
Log Message
Revert r202560 to fix the ARMv7 build with ARM instruction set
https://bugs.webkit.org/show_bug.cgi?id=159707
Reviewed by Carlos Garcia Campos.
* wtf/Platform.h: Revert r202560.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (203272 => 203273)
--- trunk/Source/WTF/ChangeLog 2016-07-15 09:43:33 UTC (rev 203272)
+++ trunk/Source/WTF/ChangeLog 2016-07-15 10:21:33 UTC (rev 203273)
@@ -1,3 +1,12 @@
+2016-07-15 Csaba Osztrogonác <[email protected]>
+
+ Revert r202560 to fix the ARMv7 build with ARM instruction set
+ https://bugs.webkit.org/show_bug.cgi?id=159707
+
+ Reviewed by Carlos Garcia Campos.
+
+ * wtf/Platform.h: Revert r202560.
+
2016-07-14 Myles C. Maxfield <[email protected]>
Support new emoji group candidates
Modified: trunk/Source/WTF/wtf/Platform.h (203272 => 203273)
--- trunk/Source/WTF/wtf/Platform.h 2016-07-15 09:43:33 UTC (rev 203272)
+++ trunk/Source/WTF/wtf/Platform.h 2016-07-15 10:21:33 UTC (rev 203273)
@@ -302,7 +302,6 @@
/* Only one of these will be defined. */
#if !defined(WTF_CPU_ARM_TRADITIONAL) && !defined(WTF_CPU_ARM_THUMB2)
# if defined(thumb2) || defined(__thumb2__) \
- || (defined(__ARM_ARCH_ISA_THUMB) && __ARM_ARCH_ISA_THUMB == 2) \
|| ((defined(__thumb) || defined(__thumb__)) && WTF_THUMB_ARCH_VERSION == 4)
# define WTF_CPU_ARM_TRADITIONAL 0
# define WTF_CPU_ARM_THUMB2 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes