From 5b198d5eea726b68925d5487a9c28b66b6d6a717 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 22 Oct 2011 10:49:52 +0000 Subject: [PATCH] x86gas.pl: relax .init segment alignment. --- crypto/perlasm/x86gas.pl | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.40.0