Browse Source

CRIS: Add debug symbols for assembler code

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

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

@@ -9,6 +9,7 @@
  */
 
 	.globl	csum_partial_copy_nocheck
+	.type   csum_partial_copy_nocheck,@function
 csum_partial_copy_nocheck:
 
 	;; r10 - src
@@ -89,3 +90,5 @@ _do_byte:
 	move.b	$r9,[$r11]
 	ret
 	move.d	$r13,$r10
+
+	.size   csum_partial_copy_nocheck, . - csum_partial_copy_nocheck