22c63d4f2985e882c454b4565635acc6f078c5e8
[binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
1 .include "common.inc"
2 .include "arch.inc"
3
4 comment "Second file in assembly source debugging testcase."
5
6 .global foo2
7 foo2:
8 gdbasm_enter
9
10 comment "Call someplace else."
11
12 gdbasm_call foo3
13
14 comment "All done, return."
15
16 gdbasm_leave