Set probestack visibility to hidden on ELF targets (#340)
This commit is contained in:
parent
955cea42cc
commit
cae3e6ea23
|
@ -64,6 +64,7 @@ macro_rules! define_rust_probestack {
|
|||
.pushsection .text.__rust_probestack
|
||||
.globl __rust_probestack
|
||||
.type __rust_probestack, @function
|
||||
.hidden __rust_probestack
|
||||
__rust_probestack:
|
||||
",
|
||||
$body,
|
||||
|
|
Loading…
Reference in New Issue