[JSC] Asm-originated symbols should be marked as hidden
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 22:43:34 +0000 (22:43 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 22:43:34 +0000 (22:43 +0000)
commit97bfc70ef76df2bcdd801bfa9000dfaf11ef254a
tree64ac61ed0b169cf7210283f80e3f3bec46bcb5f9
parent7753828bef7d8a96e40086b7925352923ed08b50
[JSC] Asm-originated symbols should be marked as hidden
https://bugs.webkit.org/show_bug.cgi?id=77150

Patch by Simon Hausmann <simon.hausmann@nokia.com> on 2012-01-27
Reviewed by Filip Pizlo.

* dfg/DFGOperations.cpp: The HIDE_SYMBOLS macros were present in the CPU(ARM) preprocessor branches,
but they were missing in the CPU(X86) and the CPU(X86_64) cases.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106153 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/dfg/DFGOperations.cpp