[Webkit-unassigned] [Bug 17923] ARM platform endian defines inaccurate in JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 15:13:35 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17923


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |15416
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from ddkilzer at webkit.org  2008-03-18 15:13 PDT -------
Is there not an __ARMEM__ macro for middle endian systems?

Or is this sufficient (per Bug 15416 Comment #15)?

#elif !defined(__ARM_EABI__) && !defined(__ARMEB__) && defined(__ARMEL__) &&
defined(__SOFTFP__)


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



More information about the webkit-unassigned mailing list