x86cpuid.pl: hide symbols [backport from x86_64].
[openssl.git] / crypto / perlasm / x86gas.pl
index 5972d062906d675e2ee9c91bc6582844bbaccec9..e02ee842588209a1aa9131132cf1c8a60cb4dc75 100644 (file)
@@ -251,4 +251,6 @@ ___
 sub ::dataseg
 {   push(@out,".data\n");   }
 
+*::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
+
 1;