mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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)
|
||||
{ my $comm=<<___;
|
||||
.bss SEGMENT
|
||||
.bss SEGMENT 'BSS'
|
||||
COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
|
||||
.bss ENDS
|
||||
___
|
||||
|
Loading…
Reference in New Issue
Block a user