From: Richard Levitte Date: Thu, 27 Jun 2002 14:54:48 +0000 (+0000) Subject: Use 32-bit sections instead of the default, 16-bit ones. X-Git-Tag: OpenSSL_0_9_6e~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2c07bce127cdacd049dddedd039ed2de51e09de;p=oweals%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 b4da364bbf..519d8a5867 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