提交 e5dbccc1 编写于 作者: A Andy Polyakov

Solaris x86 linker erroneously pads .init segment with zeros instead of

nops, which causes SEGV at startup. So I don't align anymore.
上级 f8fa22d8
......@@ -135,5 +135,4 @@ OPENSSL_ia32_cpuid:
.section .init
call OPENSSL_cpuid_setup
.align 16
___
......@@ -571,7 +571,6 @@ sub main'file_end
movl %edx,0(%edi)
popl %ebx
popl %edi
.align $align
1:
___
push (@out,$tmp);
......@@ -716,7 +715,6 @@ sub main'initseg
$tmp=<<___;
.section .init
call $under$f
.align $align
___
}
elsif ($main'coff)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册