From 55ff3aff8c3b5474bdd4484b75a181ba07556cb1 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 15 Nov 2009 17:06:44 +0000 Subject: x86masm.pl: eliminate linker "multiple sections found with different attributes" warning. --- crypto/perlasm/x86masm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/perlasm') 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 ___ -- cgit v1.2.3