Browse Source

CRIS: Add debug info for assembler code

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 15 years ago
parent
commit
3a38125d3e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/cris/arch-v32/lib/checksum.S

+ 3 - 0
arch/cris/arch-v32/lib/checksum.S

@@ -6,6 +6,7 @@
  */
 
 	.globl	csum_partial
+	.type   csum_partial,@function
 csum_partial:
 
 	;; r10 - src
@@ -83,3 +84,5 @@ _do_byte:
 	addu.b	[$r10],$r12
 	ret
 	move.d	$r12,$r10
+
+	.size   csum_partial, .-csum_partial