projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7cec49
)
x86masm.pl: eliminate linker "multiple sections found with different
author
Andy Polyakov
<appro@openssl.org>
Sun, 15 Nov 2009 17:06:44 +0000
(17:06 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 15 Nov 2009 17:06:44 +0000
(17:06 +0000)
attributes" warning.
crypto/perlasm/x86masm.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86masm.pl
b/crypto/perlasm/x86masm.pl
index 2e2b3152c3c56405a9a1401554bbe540c8de6bc5..03e7ba66ae31d2fac84c7941dd5216980569d683 100644
(file)
--- 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
___