ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/crypto/openssl/crypto/perlasm/x86gas.pl
(Generate patch)

Comparing trunk/crypto/openssl/crypto/perlasm/x86gas.pl (file contents):
Revision 11619 by laffer1, Sun Jul 8 16:21:23 2018 UTC vs.
Revision 11620 by laffer1, Sun Jul 8 16:40:18 2018 UTC

# Line 250 | Line 250 | ___
250   sub ::dataseg
251   {   push(@out,".data\n");   }
252  
253 + *::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
254 +
255   1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines