소스 검색

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

Tyler Mandry 5 년 전
부모
커밋
cae3e6ea23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,