aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/asm/ppc64-mont.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-10-15 00:14:39 +0200
committerAndy Polyakov <appro@openssl.org>2013-10-15 00:14:39 +0200
commitd6019e165497962a0751469441c680aa17349668 (patch)
tree518511a77446db7464a49dc6c9b1cf2e175339d5 /crypto/bn/asm/ppc64-mont.pl
parent30b9c2348d79dc1e58a8a2d8e5bac6e36191b012 (diff)
downloadopenssl-d6019e165497962a0751469441c680aa17349668.zip
openssl-d6019e165497962a0751469441c680aa17349668.tar.gz
openssl-d6019e165497962a0751469441c680aa17349668.tar.bz2
PPC assembly pack: add .size directives.
Diffstat (limited to 'crypto/bn/asm/ppc64-mont.pl')
-rw-r--r--crypto/bn/asm/ppc64-mont.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/asm/ppc64-mont.pl b/crypto/bn/asm/ppc64-mont.pl
index a14e769..fc2f354 100644
--- a/crypto/bn/asm/ppc64-mont.pl
+++ b/crypto/bn/asm/ppc64-mont.pl
@@ -1079,6 +1079,7 @@ $code.=<<___;
.long 0
.byte 0,12,4,0,0x8c,10,6,0
.long 0
+.size .$fname,.-.$fname
.asciz "Montgomery Multiplication for PPC64, CRYPTOGAMS by <appro\@openssl.org>"
___