Skip to content

Commit cae3e6e

Browse files
authored
Set probestack visibility to hidden on ELF targets (#340)
1 parent 955cea4 commit cae3e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/probestack.rs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ macro_rules! define_rust_probestack {
6464
.pushsection .text.__rust_probestack
6565
.globl __rust_probestack
6666
.type __rust_probestack, @function
67+
.hidden __rust_probestack
6768
__rust_probestack:
6869
",
6970
$body,

0 commit comments

Comments
 (0)