提交 b2a00f62 编写于 作者: B Bernd Edlinger

Add some missing cfi frame info in rc4-md5-x86_64.pl

Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/10679)
上级 048fa13e
...@@ -486,6 +486,7 @@ $code.=<<___; ...@@ -486,6 +486,7 @@ $code.=<<___;
.type RC4_set_key,\@function,3 .type RC4_set_key,\@function,3
.align 16 .align 16
RC4_set_key: RC4_set_key:
.cfi_startproc
lea 8($dat),$dat lea 8($dat),$dat
lea ($inp,$len),$inp lea ($inp,$len),$inp
neg $len neg $len
...@@ -521,6 +522,7 @@ RC4_set_key: ...@@ -521,6 +522,7 @@ RC4_set_key:
mov %eax,-8($dat) mov %eax,-8($dat)
mov %eax,-4($dat) mov %eax,-4($dat)
ret ret
.cfi_endproc
.size RC4_set_key,.-RC4_set_key .size RC4_set_key,.-RC4_set_key
.globl RC4_options .globl RC4_options
......
...@@ -455,6 +455,7 @@ $code.=<<___; ...@@ -455,6 +455,7 @@ $code.=<<___;
.type RC4_set_key,\@function,3 .type RC4_set_key,\@function,3
.align 16 .align 16
RC4_set_key: RC4_set_key:
.cfi_startproc
lea 8($dat),$dat lea 8($dat),$dat
lea ($inp,$len),$inp lea ($inp,$len),$inp
neg $len neg $len
...@@ -521,6 +522,7 @@ RC4_set_key: ...@@ -521,6 +522,7 @@ RC4_set_key:
mov %eax,-8($dat) mov %eax,-8($dat)
mov %eax,-4($dat) mov %eax,-4($dat)
ret ret
.cfi_endproc
.size RC4_set_key,.-RC4_set_key .size RC4_set_key,.-RC4_set_key
.globl RC4_options .globl RC4_options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册