Set probestack visibility to hidden on ELF targets (#340)
This commit is contained in:
parent
b2227dc559
commit
6677b55fcb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue