summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2021-06-16 16:39:11 +1000
committerPauli <pauli@openssl.org>2021-06-22 18:30:17 +1000
commit7f98eaab8b5d5de22a869af1a92e29a4ea4b1776 (patch)
tree700744f2f03d0503f4ea25c6bdc40aeaf680c7e3 /crypto/bn/asm
parent5ae86f284c5508ee09dab527ae9206f394b70f3a (diff)
bn: Drop use of .p2align pseudo-op
This works on Linux but breaks the build on AIX. Fixes #15748 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/bn/asm')
-rwxr-xr-xcrypto/bn/asm/ppc64-mont-fixed.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/asm/ppc64-mont-fixed.pl b/crypto/bn/asm/ppc64-mont-fixed.pl
index 62d2db0006..ba78c968a7 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;