snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
1 ; Second file in assembly source debugging testcase.
2
3 .global foo2
4 foo2:
5 st r13,@-sp
6
7 ; Call someplace else
8
9 bl foo3
10
11 ; All done, return.
12
13 ld r13,@sp+
14 jmp r13
This page took 0.030408 seconds and 5 git commands to generate.