[Webkit-unassigned] [Bug 29715] [All] RVCT compilation of WebKit fails due to ARM/Thumb defines in Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 03:16:26 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29715


Gabor Loki <loki at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40103|                            |review?
               Flag|                            |




--- Comment #12 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-25 03:16:23 PDT ---
Created an attachment (id=40103)
 --> (https://bugs.webkit.org/attachment.cgi?id=40103)
Check RVCT macros as well for ARM_THUMB2 JIT

This patch adds an additional check for ARM_THUMB2 platform when the compiler
is RVCT. The RVCT compiler does not defines 'thumb2' and/or '__thumb2__'. It
only defines 'thumb' and '__thumb__' macros in Thumb2 mode.

In addition, the ARMv6T2 cpu have to be in ARMv6 group.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list