Add some missing cfi frame info in keccak1600-x86_64.pl
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/10654) (cherry picked from commit 95bbe6eff7aadc681e282ec957379b49d6f80ca8)
This commit is contained in:
parent
572351b9cc
commit
2b2833af3e
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ $code.=<<___;
|
||||||
.type __KeccakF1600,\@abi-omnipotent
|
.type __KeccakF1600,\@abi-omnipotent
|
||||||
.align 32
|
.align 32
|
||||||
__KeccakF1600:
|
__KeccakF1600:
|
||||||
|
.cfi_startproc
|
||||||
mov $A[4][0](%rdi),@C[0]
|
mov $A[4][0](%rdi),@C[0]
|
||||||
mov $A[4][1](%rdi),@C[1]
|
mov $A[4][1](%rdi),@C[1]
|
||||||
mov $A[4][2](%rdi),@C[2]
|
mov $A[4][2](%rdi),@C[2]
|
||||||
|
@ -342,6 +343,7 @@ $code.=<<___;
|
||||||
|
|
||||||
lea -192($iotas),$iotas # rewind iotas
|
lea -192($iotas),$iotas # rewind iotas
|
||||||
ret
|
ret
|
||||||
|
.cfi_endproc
|
||||||
.size __KeccakF1600,.-__KeccakF1600
|
.size __KeccakF1600,.-__KeccakF1600
|
||||||
|
|
||||||
.type KeccakF1600,\@abi-omnipotent
|
.type KeccakF1600,\@abi-omnipotent
|
||||||
|
|
Loading…
Reference in a new issue