x86masm.pl: eliminate linker "multiple sections found with different
[openssl.git] / crypto / perlasm / x86masm.pl
index 2e2b3152c3c56405a9a1401554bbe540c8de6bc5..03e7ba66ae31d2fac84c7941dd5216980569d683 100644 (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
 ___