[Webkit-unassigned] [Bug 20760] New: Enable CTI with GCC and X86, failed to link.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 23:02:45 PDT 2008


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

           Summary: Enable CTI with GCC and X86, failed to link.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: weihong.zeng at hotmail.com
                CC: sam at webkit.org


The global assemble symbol _ctiTrampoline, _ctiVMThrowTrampoline and
__ZN3JSC7Machine12cti_vm_throwEPv are genrated for objective code by the
assembler, but the linker need ctiTrampoline, ctiVMThrowTrampoline,
_ZN3JSC7Machine12cti_vm_throwEPv, so it's failed to link.

These symbol are listed as follow:
CTI.cpp: _ctiTrampoline
CTI.cpp: _ctiVMThrowTrampoline
CTI.cpp: __ZN3JSC7Machine12cti_vm_throwEPv


-- 
Configure bugmail: https://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