[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
Tue Sep 8 10:26:33 PDT 2009


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





--- Comment #10 from Zoltan Herczeg <zherczeg at inf.u-szeged.hu>  2009-09-08 10:26:32 PDT ---
(In reply to comment #9)
> Should this be guarded <= a GCC version?  Or is this expected that this symbol
> will always be missing and need our own extern declaration?

I was wondering about it myself. If __clear_cache is defined in the same way,
it doesn't matter duplicating it. However, what's happen if not? (I saw a macro
definition for __clear_cache somewhere else, which replaces it another
function. Unfortunately I didn't remember where) The strange thing is for me,
that GCC 4.1.2 should define this function... Especially because only its
forward declaration is missing, not the function body.

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