提交 6206682a 编写于 作者: A Andy Polyakov

x86cpuid.pl: hide symbols [backport from x86_64].

上级 88d6b87f
......@@ -257,4 +257,6 @@ EOF
&file($filename);
}
sub ::hidden {}
1;
......@@ -251,4 +251,6 @@ ___
sub ::dataseg
{ push(@out,".data\n"); }
*::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
1;
......@@ -455,4 +455,7 @@ my $max = "ebp";
&initseg("OPENSSL_cpuid_setup");
&hidden("OPENSSL_cpuid_setup");
&hidden("OPENSSL_ia32cap_P");
&asm_finish();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册