diff options
author | Andi Kleen <[email protected]> | 2014-02-08 08:52:06 +0100 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2014-02-13 18:13:43 -0800 |
commit | a7330c997d0f74d909a7d3553b1d550d8be2b61a (patch) | |
tree | e42c5a279bfae1769748229e65f6290cc291dc89 /tools/perf/util/trace-event-scripting.c | |
parent | 3ebae4f3a2e746ae17f25c741e249294e7d6d7c2 (diff) |
asmlinkage Make __stack_chk_failed and memcmp visible
In LTO symbols implicitely referenced by the compiler need
to be visible. Earlier these symbols were visible implicitely
from being exported, but we disabled implicit visibility fo
EXPORTs when modules are disabled to improve code size. So
now these symbols have to be marked visible explicitely.
Do this for __stack_chk_fail (with stack protector)
and memcmp.
Signed-off-by: Andi Kleen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions