From: Andy Polyakov Date: Sat, 22 Oct 2011 10:49:52 +0000 (+0000) Subject: x86gas.pl: relax .init segment alignment. X-Git-Tag: OpenSSL-fips-2_0-rc1~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b198d5eea726b68925d5487a9c28b66b6d6a717;p=oweals%2Fopenssl.git x86gas.pl: relax .init segment alignment. --- diff --git a/crypto/perlasm/x86gas.pl b/crypto/perlasm/x86gas.pl index f6b8cc9679..d0b7ae27ae 100644 --- a/crypto/perlasm/x86gas.pl +++ b/crypto/perlasm/x86gas.pl @@ -220,9 +220,6 @@ ___ { $initseg.=<<___; .section .init call $f - jmp .Linitalign -.align $align -.Linitalign: ___ } elsif ($::coff)