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)
This commit is contained in:
Bernd Edlinger 2019-12-22 18:50:51 +01:00
parent 048fa13e5e
commit b2a00f6220
2 changed files with 4 additions and 0 deletions

View File

@ -486,6 +486,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
@ -521,6 +522,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

View File

@ -455,6 +455,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
@ -521,6 +522,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