[Webkit-unassigned] [Bug 79086] New: Moving a top-level assembly block with ".globl foo \n HIDE_SYMBOL(foo)" from one file to another should not cause build failures on ELF platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 01:11:19 PST 2012


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

           Summary: Moving a top-level assembly block with ".globl foo \n
                    HIDE_SYMBOL(foo)" from one file to another should not
                    cause build failures on ELF platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com
                CC: hausmann at webkit.org, ossy at webkit.org


It seems that our top-level assembly blocks are defining module-local symbols on ELF.  That's somewhat OK for now, but will be painful in the future.  Particularly if non-Mac platforms want to enable the LLInt.

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