PPC assembly pack: make new .size directives profiler-friendly.
[openssl.git] / crypto / sha / asm / sha1-ppc.pl
index 2a374807f7e9a6883ad920ff25f47174b5f7eb64..8aa5a37865571614da68c087f9e9a8b30fe13bac 100755 (executable)
@@ -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 <appro\@fy.chalmers.se>"