summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/perlasm/x86nasm.pl')
-rw-r--r--crypto/perlasm/x86nasm.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index 0ec03ff8e0..38910426ef 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -77,6 +77,8 @@ sub ::file
{ my $tmp=<<___;
%ifdef __omf__
section code use32 class=code align=64
+%elifdef __coff__
+section .text code
%else
section .text code align=64
%endif