From f92926e33175b0ef874244ba7d66dd987a862750 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 26 Feb 2014 09:30:03 +0100 Subject: sha/asm/sha512-x86_64.pl: fix compilation error on Solaris. (cherry picked from commit 147cca8f530b8ddf22087e5709927082e095a062) --- crypto/sha/asm/sha512-x86_64.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crypto/sha') diff --git a/crypto/sha/asm/sha512-x86_64.pl b/crypto/sha/asm/sha512-x86_64.pl index 8070d09c94..7589e6e6f4 100755 --- a/crypto/sha/asm/sha512-x86_64.pl +++ b/crypto/sha/asm/sha512-x86_64.pl @@ -646,7 +646,7 @@ $code.=<<___; .align 16 .Lssse3_00_47: - sub \$-16*2*$SZ,$Tbl # size optimization + sub \$`-16*2*$SZ`,$Tbl # size optimization ___ sub Xupdate_256_SSSE3 () { ( @@ -992,7 +992,7 @@ $code.=<<___; .align 16 .Lxop_00_47: - sub \$-16*2*$SZ,$Tbl # size optimization + sub \$`-16*2*$SZ`,$Tbl # size optimization ___ sub XOP_256_00_47 () { my $j = shift; @@ -1154,7 +1154,7 @@ $code.=<<___; .align 16 .Lxop_00_47: - add \$16*2*$SZ,$Tbl + add \$`16*2*$SZ`,$Tbl ___ sub XOP_512_00_47 () { my $j = shift; @@ -1370,7 +1370,7 @@ $code.=<<___; .align 16 .Lavx_00_47: - sub \$-16*2*$SZ,$Tbl # size optimization + sub \$`-16*2*$SZ`,$Tbl # size optimization ___ sub Xupdate_256_AVX () { ( @@ -1484,7 +1484,7 @@ $code.=<<___; .align 16 .Lavx_00_47: - add \$16*2*$SZ,$Tbl + add \$`16*2*$SZ`,$Tbl ___ sub Xupdate_512_AVX () { ( -- cgit v1.2.3