Skip to content

Commit

Permalink
CRIS: Add debug symbols for assembler code
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent e2ee9bb commit 5f9ac92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/cris/arch-v32/lib/checksumcopy.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

.globl csum_partial_copy_nocheck
.type csum_partial_copy_nocheck,@function
csum_partial_copy_nocheck:

;; r10 - src
Expand Down Expand Up @@ -89,3 +90,5 @@ _do_byte:
move.b $r9,[$r11]
ret
move.d $r13,$r10

.size csum_partial_copy_nocheck, . - csum_partial_copy_nocheck

0 comments on commit 5f9ac92

Please sign in to comment.