]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
bn: Drop use of .p2align pseudo-op
authorMartin Schwenke <martin@meltin.net>
Wed, 16 Jun 2021 06:39:11 +0000 (16:39 +1000)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 08:30:17 +0000 (18:30 +1000)
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)

crypto/bn/asm/ppc64-mont-fixed.pl

index 62d2db000604cb88f2505549a647d35d70fa9120..ba78c968a707340402e5f78148b75465e03e21c3 100755 (executable)
@@ -562,7 +562,6 @@ $code.=<<___;
 .machine "any"
 .text
 .align 5
-.p2align       5,,31
 ___
 
 my $mont;