From: Andy Polyakov Date: Fri, 13 Jan 2012 09:18:05 +0000 (+0000) Subject: sha512-sparcv9.pl: work around V8+ warning. X-Git-Tag: master-post-reformat~1983 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=adb5a2694a05b7705ff385e678731321f20650aa;p=oweals%2Fopenssl.git sha512-sparcv9.pl: work around V8+ warning. --- diff --git a/crypto/sha/asm/sha512-sparcv9.pl b/crypto/sha/asm/sha512-sparcv9.pl index 585740789e..71d67269ec 100644 --- a/crypto/sha/asm/sha512-sparcv9.pl +++ b/crypto/sha/asm/sha512-sparcv9.pl @@ -170,6 +170,7 @@ $code.=<<___ if ($i==0); ld [$inp+16],%l4 ld [$inp+20],%l5 ld [$inp+24],%l6 + cmp 0,$tmp31 ld [$inp+28],%l7 ___ $code.=<<___ if ($i<15); @@ -185,7 +186,7 @@ $code.=<<___ if ($i<15); $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`] ___ $code.=<<___ if ($i==12); - brnz,a $tmp31,.+8 + bnz,a,pn %icc,.+8 ld [$inp+128],%l0 ___ $code.=<<___ if ($i==15);