summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86_64-xlate.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
commitff6f9f96fd372bb4d05c08dea7d317026edf2e94 (patch)
treef34c1bfa5db3483b57830dc658fceffa6f4e8372 /crypto/perlasm/x86_64-xlate.pl
parent4a5397fb68279702e6e0b20c514ff18713bdd38b (diff)
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
Diffstat (limited to 'crypto/perlasm/x86_64-xlate.pl')
-rwxr-xr-xcrypto/perlasm/x86_64-xlate.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl
index 97310d898d..1f4ce0a84e 100755
--- a/crypto/perlasm/x86_64-xlate.pl
+++ b/crypto/perlasm/x86_64-xlate.pl
@@ -519,6 +519,7 @@ my %globals;
elsif ($flavour eq "mingw64") { $self->{value} = ""; }
} elsif ($dir =~ /\.comm/) {
$self->{value} = "$dir\t$prefix$line";
+ $self->{value} =~ s|,([0-9]+),([0-9]+)$|",$1,".log($2)/log(2)|e if ($flavour eq "macosx");
}
$line = "";
return $self;