The branch master has been updated
via 95bbe6eff7aadc681e282ec957379b49d6f80ca8 (commit)
from a5fe7825b970a6c937118a4f707f9ad367413794 (commit)
- Log -----------------------------------------------------------------
commit 95bbe6eff7aadc681e282ec957379b49d6f80ca8
Author: Bernd Edlinger <[email protected]>
Date: Wed Dec 18 22:31:00 2019 +0100
Add some missing cfi frame info in keccak1600-x86_64.pl
Reviewed-by: Kurt Roeckx <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/10654)
-----------------------------------------------------------------------
Summary of changes:
crypto/sha/asm/keccak1600-x86_64.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto/sha/asm/keccak1600-x86_64.pl
b/crypto/sha/asm/keccak1600-x86_64.pl
index 80c7cc437d..aee356adbb 100755
--- a/crypto/sha/asm/keccak1600-x86_64.pl
+++ b/crypto/sha/asm/keccak1600-x86_64.pl
@@ -86,6 +86,7 @@ $code.=<<___;
.type __KeccakF1600,\@abi-omnipotent
.align 32
__KeccakF1600:
+.cfi_startproc
mov $A[4][0](%rdi),@C[0]
mov $A[4][1](%rdi),@C[1]
mov $A[4][2](%rdi),@C[2]
@@ -344,6 +345,7 @@ $code.=<<___;
lea -192($iotas),$iotas # rewind iotas
ret
+.cfi_endproc
.size __KeccakF1600,.-__KeccakF1600
.type KeccakF1600,\@abi-omnipotent