Bug 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 Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hausmann, ossy, wingo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Filip Pizlo
Reported 2012-02-21 01:11:19 PST
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.
Attachments
Simon Hausmann
Comment 1 2012-03-02 01:26:21 PST
I'm starting to think that the solution might be to do what I proposed in bug #31800 . If it works we might be able to get rid of HIDE_SYMBOL altogether.
Note You need to log in before you can comment on or make changes to this bug.