aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asmsrc2.s
blob: fbe7c696861a056ac71e3619ff8a181ad1a479d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.include "common.inc"
	.include "arch.inc"

	comment "Second file in assembly source debugging testcase."

	.global foo2
	gdbasm_declare foo2
	gdbasm_enter

	comment "Call someplace else (several times)."

	gdbasm_call foo3
	gdbasm_call foo3

	comment "All done, return."

	gdbasm_leave
	gdbasm_end foo2