提交 8f41e4fa 编写于 作者: A Andy Polyakov

link warnings caused by nasm modules.

上级 de504945
......@@ -155,11 +155,12 @@ ${lprfx}OPENSSL_ia32cap_init:
${lprfx}nocpuid:
ret
segment .CRT\$XCU rdata align=4
segment .CRT\$XCU data align=4
dd ${lprfx}OPENSSL_ia32cap_init
segment .bss
common ${under}OPENSSL_ia32cap_P 4
___
# comment out OPENSSL_ia32cap_P declarations
grep {s/(^extern\s+${under}OPENSSL_ia32cap_P)/\;$1/} @out;
push (@out,$tmp);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册