Commit 55ff3aff authored by Andy Polyakov's avatar Andy Polyakov
Browse files

x86masm.pl: eliminate linker "multiple sections found with different

attributes" warning.
parent b7cec490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
___