summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-11-15 17:06:44 +0000
committerAndy Polyakov <appro@openssl.org>2009-11-15 17:06:44 +0000
commit55ff3aff8c3b5474bdd4484b75a181ba07556cb1 (patch)
treee681aa113cdbeb8cbb65662f8f4df6691fc66938 /crypto/perlasm
parentb7cec490fabfca5ae75cb1dcec4cc96a456ad295 (diff)
x86masm.pl: eliminate linker "multiple sections found with different
attributes" warning.
Diffstat (limited to 'crypto/perlasm')
-rw-r--r--crypto/perlasm/x86masm.pl2
1 files changed, 1 insertions, 1 deletions
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
___