[Webkit-unassigned] [Bug 28886] Build error using JIT with gcc 4.1.2 and ARM v5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 09:19:36 PDT 2009


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


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

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




--- Comment #35 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-28 09:19:35 PDT ---
Created an attachment (id=40240)
 --> (https://bugs.webkit.org/attachment.cgi?id=40240)
Remove __clear_cache which is an internal function of GCC

Finally I got an concrete answer from GCC about __clear_cache.

Although __clear_cache is exported from GCC, it is an internal function. GCC
makes no promises about it. So, we should remove it.

The remaining flushing mechanism will be the inline assembly on ARM-Linux.

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