From: Martin Schwenke Date: Thu, 17 Jun 2021 02:20:15 +0000 (+1000) Subject: ec: Add alignment pseudo-op at beginning of function X-Git-Tag: openssl-3.0.0-beta2~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676efe3116f8275fb7308331078838c93d97d02e;p=thirdparty%2Fopenssl.git ec: Add alignment pseudo-op at beginning of function Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15798) --- diff --git a/crypto/ec/asm/ecp_nistp521-ppc64.pl b/crypto/ec/asm/ecp_nistp521-ppc64.pl index e76d974f8d1..e97d803d26f 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}: ___