From e41a49c62564aaf6bfd3f620f5f1f8310136712e Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 Oct 2013 23:40:12 +0200 Subject: PPC assembly pack: make new .size directives profiler-friendly. Suggested by: Anton Blanchard (cherry picked from commit 76c15d790e07f6cc098be2d7b7f6ddc8acd11ca6) --- crypto/sha/asm/sha1-ppc.pl | 2 +- crypto/sha/asm/sha512-ppc.pl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'crypto/sha') diff --git a/crypto/sha/asm/sha1-ppc.pl b/crypto/sha/asm/sha1-ppc.pl index 2a374807f7..8aa5a37865 100755 --- a/crypto/sha/asm/sha1-ppc.pl +++ b/crypto/sha/asm/sha1-ppc.pl @@ -265,7 +265,6 @@ Ldone: .long 0 .byte 0,12,4,1,0x80,18,3,0 .long 0 -.size .sha1_block_data_order,.-.sha1_block_data_order ___ # This is private block function, which uses tailored calling @@ -317,6 +316,7 @@ $code.=<<___; blr .long 0 .byte 0,12,0x14,0,0,0,0,0 +.size .sha1_block_data_order,.-.sha1_block_data_order ___ $code.=<<___; .asciz "SHA1 block transform for PPC, CRYPTOGAMS by " diff --git a/crypto/sha/asm/sha512-ppc.pl b/crypto/sha/asm/sha512-ppc.pl index d34cd2d033..d934903787 100755 --- a/crypto/sha/asm/sha512-ppc.pl +++ b/crypto/sha/asm/sha512-ppc.pl @@ -344,7 +344,6 @@ Ldone: .long 0 .byte 0,12,4,1,0x80,18,3,0 .long 0 -.size $func,.-$func ___ if ($SZ==4 || $SIZE_T==8) { @@ -417,6 +416,7 @@ $code.=<<___; blr .long 0 .byte 0,12,0x14,0,0,0,0,0 +.size $func,.-$func ___ } else { ######################################################################## @@ -665,6 +665,7 @@ $code.=<<___; blr .long 0 .byte 0,12,0x14,0,0,0,0,0 +.size $func,.-$func ___ } -- cgit v1.2.3