chacha/asm/chacha-ppc.pl: add missing .text directive.
[openssl.git] / crypto / chacha / asm / chacha-ppc.pl
index b978f58c7efc8e89a8e04bd547f2244fdf8c9a58..8a54cbaca7edf848cadf00eb63b8b927b55cf5c8 100755 (executable)
@@ -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