WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
79086
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
https://bugs.webkit.org/show_bug.cgi?id=79086
Summary
Moving a top-level assembly block with ".globl foo \n HIDE_SYMBOL(foo)" from ...
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug