From: Martin Schwenke Date: Thu, 17 Jun 2021 02:15:35 +0000 (+1000) Subject: ec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops X-Git-Tag: openssl-3.0.0-beta2~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41ded8f2e0772e3b8037ca752c39ca64ff38f81;p=thirdparty%2Fopenssl.git 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) --- 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} ___