Browse Source

Set probestack visibility to hidden on ELF targets (#340)

Tyler Mandry 5 years ago
parent
commit
cae3e6ea23
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/probestack.rs

+ 1 - 0
src/probestack.rs

@@ -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,