[Webkit-unassigned] [Bug 30863] New: [Qt] Fix linking on Linux 32-bit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 09:08:07 PDT 2009


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

           Summary: [Qt] Fix linking on Linux 32-bit.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jocelyn.turcotte at nokia.com


It was missing the ".text" directive at the top of the file, indicating that
code would follow. Without it, the assembler created "NOTYPE" symbols, which
would result in linker errors.

* jit/JITStubs.cpp:

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