x86cpuid.pl: hide symbols [backport from x86_64].
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user