summaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2021-06-17 12:20:15 +1000
committerPauli <pauli@openssl.org>2021-06-22 18:30:17 +1000
commit676efe3116f8275fb7308331078838c93d97d02e (patch)
tree3c3ba3ca9dfaa4b27829e06d168a52d6d60c6f01 /crypto/ec
parente41ded8f2e0772e3b8037ca752c39ca64ff38f81 (diff)
ec: Add alignment pseudo-op at beginning of function
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)
Diffstat (limited to 'crypto/ec')
-rwxr-xr-xcrypto/ec/asm/ecp_nistp521-ppc64.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/asm/ecp_nistp521-ppc64.pl b/crypto/ec/asm/ecp_nistp521-ppc64.pl
index e76d974f8d..e97d803d26 100755
--- a/crypto/ec/asm/ecp_nistp521-ppc64.pl
+++ b/crypto/ec/asm/ecp_nistp521-ppc64.pl
@@ -45,6 +45,7 @@ sub startproc($)
$code.=<<___;
.globl ${name}
+ .align 5
${name}:
___