Commit 5f9ac92f authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS: Add debug symbols for assembler code

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent e2ee9bb2
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
*/ */
.globl csum_partial_copy_nocheck .globl csum_partial_copy_nocheck
.type csum_partial_copy_nocheck,@function
csum_partial_copy_nocheck: csum_partial_copy_nocheck:
;; r10 - src ;; r10 - src
...@@ -89,3 +90,5 @@ _do_byte: ...@@ -89,3 +90,5 @@ _do_byte:
move.b $r9,[$r11] move.b $r9,[$r11]
ret ret
move.d $r13,$r10 move.d $r13,$r10
.size csum_partial_copy_nocheck, . - csum_partial_copy_nocheck
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment