From: Martin Schwenke Date: Wed, 16 Jun 2021 06:39:11 +0000 (+1000) Subject: bn: Drop use of .p2align pseudo-op X-Git-Tag: openssl-3.0.0-beta2~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f98eaab8b5d5de22a869af1a92e29a4ea4b1776;p=thirdparty%2Fopenssl.git bn: Drop use of .p2align pseudo-op This works on Linux but breaks the build on AIX. Fixes #15748 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/bn/asm/ppc64-mont-fixed.pl b/crypto/bn/asm/ppc64-mont-fixed.pl index 62d2db00060..ba78c968a70 100755 --- a/crypto/bn/asm/ppc64-mont-fixed.pl +++ b/crypto/bn/asm/ppc64-mont-fixed.pl @@ -562,7 +562,6 @@ $code.=<<___; .machine "any" .text .align 5 -.p2align 5,,31 ___ my $mont;