cfi build fixes in x86-64 ghash assembly
authorShane Lontis <shane.lontis@oracle.com>
Tue, 19 Feb 2019 03:56:33 +0000 (13:56 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 20 Feb 2019 21:39:14 +0000 (07:39 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8281)

crypto/modes/asm/ghash-x86_64.pl

index d6d0d7527e2e84165ef68d09dbec8ecdb85883ac..a5d216abc9028e7abc7a048ed71a4855edac2761 100644 (file)
@@ -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
 ___
 }