From e41ded8f2e0772e3b8037ca752c39ca64ff38f81 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 17 Jun 2021 12:15:35 +1000 Subject: [PATCH] ec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops These work fine on Linux but break the build on AIX. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15798) --- crypto/ec/asm/ecp_nistp521-ppc64.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/ec/asm/ecp_nistp521-ppc64.pl b/crypto/ec/asm/ecp_nistp521-ppc64.pl index 7e71e924ba8..e76d974f8d1 100755 --- a/crypto/ec/asm/ecp_nistp521-ppc64.pl +++ b/crypto/ec/asm/ecp_nistp521-ppc64.pl @@ -46,7 +46,6 @@ sub startproc($) $code.=<<___; .globl ${name} ${name}: - .cfi_startproc ___ } @@ -57,7 +56,6 @@ sub endproc($) $code.=<<___; blr - .cfi_endproc .size ${name},.-${name} ___ -- 2.47.2