aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asmsrc2.s
blob: 4c22987b85a63b949e3fa3f7fc97fbaebee3d0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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