Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5f9ac92f
Commit
5f9ac92f
authored
Aug 03, 2010
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS: Add debug symbols for assembler code
Signed-off-by:
Jesper Nilsson
<
jesper.nilsson@axis.com
>
parent
e2ee9bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
arch/cris/arch-v32/lib/checksumcopy.S
arch/cris/arch-v32/lib/checksumcopy.S
+3
-0
No files found.
arch/cris/arch-v32/lib/checksumcopy.S
View file @
5f9ac92f
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment