From ff823ee89b678a92a6f74898609f73f51dae38a7 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 27 May 2016 22:13:16 +0200 Subject: SPARC assembly pack: add missing .type directives. Reviewed-by: Richard Levitte --- crypto/poly1305/asm/poly1305-sparcv9.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crypto/poly1305/asm/poly1305-sparcv9.pl') diff --git a/crypto/poly1305/asm/poly1305-sparcv9.pl b/crypto/poly1305/asm/poly1305-sparcv9.pl index 460c863748..c22735a7b8 100755 --- a/crypto/poly1305/asm/poly1305-sparcv9.pl +++ b/crypto/poly1305/asm/poly1305-sparcv9.pl @@ -139,6 +139,7 @@ poly1305_init: .Lno_key: ret restore %g0,%g0,%o0 ! return 0 +.type poly1305_init,#function .size poly1305_init,.-poly1305_init .globl poly1305_blocks @@ -271,6 +272,7 @@ poly1305_blocks: .Lno_data: ret restore +.type poly1305_blocks,#function .size poly1305_blocks,.-poly1305_blocks ___ ######################################################################## @@ -361,6 +363,7 @@ poly1305_blocks_vis3: ret restore +.type poly1305_blocks_vis3,#function .size poly1305_blocks_vis3,.-poly1305_blocks_vis3 ___ } @@ -433,6 +436,7 @@ poly1305_emit: ret restore +.type poly1305_emit,#function .size poly1305_emit,.-poly1305_emit ___ @@ -598,6 +602,7 @@ poly1305_init_fma: .Lno_key_fma: ret restore %g0,%g0,%o0 ! return 0 +.type poly1305_init_fma,#function .size poly1305_init_fma,.-poly1305_init_fma .align 32 @@ -905,6 +910,7 @@ poly1305_blocks_fma: .Labort: ret restore +.type poly1305_blocks_fma,#function .size poly1305_blocks_fma,.-poly1305_blocks_fma ___ { @@ -1011,6 +1017,7 @@ poly1305_emit_fma: ret restore +.type poly1305_emit_fma,#function .size poly1305_emit_fma,.-poly1305_emit_fma ___ } -- cgit v1.2.3