From: Richard Levitte Date: Thu, 27 Jun 2002 14:54:34 +0000 (+0000) Subject: Use 32-bit sections instead of the default, 16-bit ones. X-Git-Tag: OpenSSL_0_9_6e~26^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a32c1807024402d223c6f9376330b000f33439;p=thirdparty%2Fopenssl.git Use 32-bit sections instead of the default, 16-bit ones. Part of PR 123 --- diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl index b4da364bbfd..519d8a58672 100644 --- a/crypto/perlasm/x86nasm.pl +++ b/crypto/perlasm/x86nasm.pl @@ -209,7 +209,7 @@ sub using486 sub main'file { - push(@out, "segment .text\n"); + push(@out, "segment .text use32\n"); } sub main'function_begin