x86masm.pl: eliminate linker "multiple sections found with different

attributes" warning.
This commit is contained in:
Andy Polyakov 2009-11-15 17:06:44 +00:00
parent b7cec490fa
commit 55ff3aff8c

View File

@ -128,7 +128,7 @@ ___
if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
{ my $comm=<<___;
.bss SEGMENT
.bss SEGMENT 'BSS'
COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
.bss ENDS
___