Solaris x86 linker erroneously pads .init segment with zeros instead of
[openssl.git] / crypto / perlasm / x86unix.pl
index 4381580be7b96cf95458fd8530e20b35eb83c138..8414d10cfaf64d18ee8b5eed4c31cecad9e06b9e 100644 (file)
@@ -571,7 +571,6 @@ sub main'file_end
                movl    %edx,0(%edi)
                popl    %ebx
                popl    %edi
-       .align  $align
        1:
 ___
                push (@out,$tmp);
@@ -716,7 +715,6 @@ sub main'initseg
                $tmp=<<___;
 .section       .init
        call    $under$f
-       .align  $align
 ___
                }
        elsif ($main'coff)