summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/perlasm/x86gas.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/perlasm/x86gas.pl b/src/lib/libcrypto/perlasm/x86gas.pl
index 84d24edbbd..c21cda9a6a 100644
--- a/src/lib/libcrypto/perlasm/x86gas.pl
+++ b/src/lib/libcrypto/perlasm/x86gas.pl
@@ -221,9 +221,6 @@ sub ::initseg
221PIC_PROLOGUE 221PIC_PROLOGUE
222 call PIC_PLT($f) 222 call PIC_PLT($f)
223PIC_EPILOGUE 223PIC_EPILOGUE
224 jmp .Linitalign
225.align $align
226.Linitalign:
227___ 224___
228 } elsif ($::android) 225 } elsif ($::android)
229 { $initseg.=<<___; 226 { $initseg.=<<___;