forked from Imagelibrary/binutils-gdb
snapshot
This commit is contained in:
14
gdb/testsuite/gdb.asm/asmsrc2.s
Normal file
14
gdb/testsuite/gdb.asm/asmsrc2.s
Normal file
@@ -0,0 +1,14 @@
|
||||
; Second file in assembly source debugging testcase.
|
||||
|
||||
.global foo2
|
||||
foo2:
|
||||
st r13,@-sp
|
||||
|
||||
; Call someplace else
|
||||
|
||||
bl foo3
|
||||
|
||||
; All done, return.
|
||||
|
||||
ld r13,@sp+
|
||||
jmp r13
|
||||
Reference in New Issue
Block a user