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:
f2befe3
)
chacha/asm/chacha-ppc.pl: add missing .text directive.
author
Andy Polyakov
<appro@openssl.org>
Fri, 2 Sep 2016 22:46:01 +0000
(
00:46
+0200)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 8 Sep 2016 07:07:09 +0000
(09:07 +0200)
RT#4667
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
abcbf7ed7ea249609d225e43e1bce3af1fa1028c
)
crypto/chacha/asm/chacha-ppc.pl
patch
|
blob
|
history
diff --git
a/crypto/chacha/asm/chacha-ppc.pl
b/crypto/chacha/asm/chacha-ppc.pl
index b978f58c7efc8e89a8e04bd547f2244fdf8c9a58..8a54cbaca7edf848cadf00eb63b8b927b55cf5c8 100755
(executable)
--- a/
crypto/chacha/asm/chacha-ppc.pl
+++ b/
crypto/chacha/asm/chacha-ppc.pl
@@
-133,6
+133,7
@@
my ($a3,$b3,$c3,$d3)=map(($_&~3)+(($_+1)&3),($a2,$b2,$c2,$d2));
$code.=<<___;
.machine "any"
+.text
.globl .ChaCha20_ctr32_int
.align 5