Use 32-bit sections instead of the default, 16-bit ones.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 14:54:34 +0000 (14:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 14:54:34 +0000 (14:54 +0000)
Part of PR 123

crypto/perlasm/x86nasm.pl

index b4da364bbfd56a05f132da1dbc9110837c849c9f..519d8a5867287aa962648ba1990f37631d5a8d9d 100644 (file)
@@ -209,7 +209,7 @@ sub using486
 
 sub main'file
        {
-       push(@out, "segment .text\n");
+       push(@out, "segment .text use32\n");
        }
 
 sub main'function_begin