Changeset 203273 in webkit


Ignore:
Timestamp:
Jul 15, 2016 3:21:33 AM (8 years ago)
Author:
Csaba Osztrogonác
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.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r203266 r203273  
     12016-07-15  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Revert r202560 to fix the ARMv7 build with ARM instruction set
     4        https://bugs.webkit.org/show_bug.cgi?id=159707
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * wtf/Platform.h: Revert r202560.
     9
    1102016-07-14  Myles C. Maxfield  <mmaxfield@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r202642 r203273  
    303303#if !defined(WTF_CPU_ARM_TRADITIONAL) && !defined(WTF_CPU_ARM_THUMB2)
    304304#  if defined(thumb2) || defined(__thumb2__) \
    305     || (defined(__ARM_ARCH_ISA_THUMB) && __ARM_ARCH_ISA_THUMB == 2) \
    306305    || ((defined(__thumb) || defined(__thumb__)) && WTF_THUMB_ARCH_VERSION == 4)
    307306#    define WTF_CPU_ARM_TRADITIONAL 0
Note: See TracChangeset for help on using the changeset viewer.