CRIS: Add debug info for assembler code

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
Jesper Nilsson 2010-08-03 16:16:45 +02:00
parent 5f9ac92f3d
commit 3a38125d3e

View file

@ -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