x86gas.pl: relax .init segment alignment.
authorAndy Polyakov <appro@openssl.org>
Sat, 22 Oct 2011 10:49:52 +0000 (10:49 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 22 Oct 2011 10:49:52 +0000 (10:49 +0000)
crypto/perlasm/x86gas.pl

index f6b8cc9679f991fa80081077dc4c2b888fe73b9c..d0b7ae27ae73d091a344d68a2e10e3153a62fa08 100644 (file)
@@ -220,9 +220,6 @@ ___
     {  $initseg.=<<___;
 .section       .init
        call    $f
-       jmp     .Linitalign
-.align $align
-.Linitalign:
 ___
     }
     elsif ($::coff)