From cae3e6ea23739166504f9f9fb50ec070097979d4 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Tue, 11 Feb 2020 22:21:12 -0800 Subject: [PATCH] Set probestack visibility to hidden on ELF targets (#340) --- src/probestack.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/probestack.rs b/src/probestack.rs index 3797df0..19307df 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,