From dbb1340314fcec37662d79720e6566fdd5a232e8 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 19 Feb 2019 13:56:33 +1000 Subject: [PATCH] cfi build fixes in x86-64 ghash assembly Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8281) (cherry picked from commit 54d00677f305375eee65a0c9edb5f0980c5f020f) --- crypto/modes/asm/ghash-x86_64.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl index 30158aa076..6b2a51ecd7 100644 --- a/crypto/modes/asm/ghash-x86_64.pl +++ b/crypto/modes/asm/ghash-x86_64.pl @@ -1155,6 +1155,7 @@ ___ } else { $code.=<<___; jmp .L_init_clmul +.cfi_endproc .size gcm_init_avx,.-gcm_init_avx ___ } @@ -1594,6 +1595,7 @@ ___ } else { $code.=<<___; jmp .L_ghash_clmul +.cfi_endproc .size gcm_ghash_avx,.-gcm_ghash_avx ___ } -- 2.34.1