summaryrefslogtreecommitdiff
path: root/main/openssl/crypto/perlasm/x86gas.pl
diff options
context:
space:
mode:
Diffstat (limited to 'main/openssl/crypto/perlasm/x86gas.pl')
-rw-r--r--main/openssl/crypto/perlasm/x86gas.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/openssl/crypto/perlasm/x86gas.pl b/main/openssl/crypto/perlasm/x86gas.pl
index 682a3a31..735c1ad2 100644
--- a/main/openssl/crypto/perlasm/x86gas.pl
+++ b/main/openssl/crypto/perlasm/x86gas.pl
@@ -250,4 +250,6 @@ ___
sub ::dataseg
{ push(@out,".data\n"); }
+*::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
+
1;