Add some missing cfi frame info in rc4-md5-x86_64.pl
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/10679) (cherry picked from commit b2a00f62209add348deb8283c588ddbd572dc216)
This commit is contained in:
parent
65b7de10c9
commit
112afa6db6
2 changed files with 4 additions and 0 deletions
|
@ -484,6 +484,7 @@ $code.=<<___;
|
|||
.type RC4_set_key,\@function,3
|
||||
.align 16
|
||||
RC4_set_key:
|
||||
.cfi_startproc
|
||||
lea 8($dat),$dat
|
||||
lea ($inp,$len),$inp
|
||||
neg $len
|
||||
|
@ -519,6 +520,7 @@ RC4_set_key:
|
|||
mov %eax,-8($dat)
|
||||
mov %eax,-4($dat)
|
||||
ret
|
||||
.cfi_endproc
|
||||
.size RC4_set_key,.-RC4_set_key
|
||||
|
||||
.globl RC4_options
|
||||
|
|
|
@ -453,6 +453,7 @@ $code.=<<___;
|
|||
.type RC4_set_key,\@function,3
|
||||
.align 16
|
||||
RC4_set_key:
|
||||
.cfi_startproc
|
||||
lea 8($dat),$dat
|
||||
lea ($inp,$len),$inp
|
||||
neg $len
|
||||
|
@ -519,6 +520,7 @@ RC4_set_key:
|
|||
mov %eax,-8($dat)
|
||||
mov %eax,-4($dat)
|
||||
ret
|
||||
.cfi_endproc
|
||||
.size RC4_set_key,.-RC4_set_key
|
||||
|
||||
.globl RC4_options
|
||||
|
|
Loading…
Reference in a new issue