x86masm.pl: eliminate linker "multiple sections found with different
attributes" warning.
This commit is contained in:
parent
b7cec490fa
commit
55ff3aff8c
@ -128,7 +128,7 @@ ___
|
|||||||
|
|
||||||
if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
|
if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
|
||||||
{ my $comm=<<___;
|
{ my $comm=<<___;
|
||||||
.bss SEGMENT
|
.bss SEGMENT 'BSS'
|
||||||
COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
|
COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
|
||||||
.bss ENDS
|
.bss ENDS
|
||||||
___
|
___
|
||||||
|
Loading…
x
Reference in New Issue
Block a user