From 36eb66c1ce573fbe82b82d76176bdbabb07922ab Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Mon, 10 Feb 2020 17:47:26 -0800 Subject: [PATCH] Set probestack visibility to hidden on ELF targets --- src/probestack.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/probestack.rs b/src/probestack.rs index 3797df0d5..19307df4e 100644 --- a/src/probestack.rs +++ b/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,