chacha/asm/chacha-ppc.pl: add missing .text directive.

RT#4667

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Andy Polyakov 2016-09-03 00:46:01 +02:00
parent 252cfef151
commit abcbf7ed7e

View File

@ -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