]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ec: Add alignment pseudo-op at beginning of function
authorMartin Schwenke <martin@meltin.net>
Thu, 17 Jun 2021 02:20:15 +0000 (12:20 +1000)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 08:30:17 +0000 (18:30 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15798)

crypto/ec/asm/ecp_nistp521-ppc64.pl

index e76d974f8d125022f02187483ac88176b949af02..e97d803d26f40907a7723ddb34dbce03319a4467 100755 (executable)
@@ -45,6 +45,7 @@ sub startproc($)
 
     $code.=<<___;
     .globl ${name}
+    .align 5
 ${name}:
 
 ___