From: Martin Schwenke Date: Thu, 1 Jul 2021 04:44:33 +0000 (+1000) Subject: bn: Fix .size directive X-Git-Tag: openssl-3.0.0-beta2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7370fa016cc3d8a8f2c3a8d0c30a6a656bb622c;p=thirdparty%2Fopenssl.git bn: Fix .size directive This requires the text address. Fixes #15923 Signed-off-by: Martin Schwenke Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15971) --- diff --git a/crypto/bn/asm/ppc64-mont-fixed.pl b/crypto/bn/asm/ppc64-mont-fixed.pl index ce666117597..56df89dc27d 100755 --- a/crypto/bn/asm/ppc64-mont-fixed.pl +++ b/crypto/bn/asm/ppc64-mont-fixed.pl @@ -322,7 +322,7 @@ ___ $self->add_code(<<___); li r3,1 blr -.size ${fname},.-${fname} +.size .${fname},.-.${fname} ___ }