Browse Source

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

Tyler Mandry 5 năm trước cách đây
mục cha
commit
cae3e6ea23
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,