projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244ed51
)
sha512-sparcv9.pl: fix binutils compilation error.
author
Andy Polyakov
<appro@openssl.org>
Sat, 15 Sep 2012 08:53:25 +0000
(08:53 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 15 Sep 2012 08:53:25 +0000
(08:53 +0000)
Submitted by: David Miller
crypto/sha/asm/sha512-sparcv9.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha512-sparcv9.pl
b/crypto/sha/asm/sha512-sparcv9.pl
index 71d67269ec25e789eeb82e68bebee3acbefd8756..e728d6ec57583f8935901d845336e6e2c97d781b 100644
(file)
--- a/
crypto/sha/asm/sha512-sparcv9.pl
+++ b/
crypto/sha/asm/sha512-sparcv9.pl
@@
-170,7
+170,7
@@
$code.=<<___ if ($i==0);
ld [$inp+16],%l4
ld [$inp+20],%l5
ld [$inp+24],%l6
- cmp
0,$tmp31
+ cmp
$tmp31,0
ld [$inp+28],%l7
___
$code.=<<___ if ($i<15);