Skip to content

Commit

Permalink
Set probestack visibility to hidden on ELF targets (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry authored Feb 12, 2020
1 parent 955cea4 commit cae3e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/probestack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cae3e6e

Please sign in to comment.