From: Andy Polyakov Date: Sun, 15 Nov 2009 17:06:44 +0000 (+0000) Subject: x86masm.pl: eliminate linker "multiple sections found with different X-Git-Tag: OpenSSL-fips-2_0-rc1~1439 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55ff3aff8c3b5474bdd4484b75a181ba07556cb1;p=oweals%2Fopenssl.git x86masm.pl: eliminate linker "multiple sections found with different attributes" warning. --- diff --git a/crypto/perlasm/x86masm.pl b/crypto/perlasm/x86masm.pl index 2e2b3152c3..03e7ba66ae 100644 --- a/crypto/perlasm/x86masm.pl +++ b/crypto/perlasm/x86masm.pl @@ -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 ___