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

master
Tyler Mandry 2020-02-11 22:21:12 -08:00 committed by GitHub
parent 955cea42cc
commit cae3e6ea23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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