[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 10:50:02 PDT 2009


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40123|                            |review?
               Flag|                            |
  Attachment #40104|0                           |1
        is obsolete|                            |
  Attachment #40104|review?                     |
               Flag|                            |




--- Comment #20 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-25 10:49:57 PDT ---
Created an attachment (id=40123)
 --> (https://bugs.webkit.org/attachment.cgi?id=40123)
Check RVCT macros for ARM_THUMB2 platform (v2)

I have rewritten the whole ARM/Thumb detection according to comment #8 and
comment #17.

The detection of ARM_ARCH_VERSION is almost the same as it was, except
__TARGET_ARM_ARCH macro from RVCT. A new macro - THUMB_ARCH_VERSION - has been
introduced to detect Thumb-2 support. The detection mechanism is similar to the
ARM one. And finally the ARM_THUMB2 platform will be set if the compiler sets
'__thumb2__' macro or '__thumb__' one while THUMB_ARCH_VERSION is 4.

-- 
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