No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.asm / asmsrc2.s
blobfbe7c696861a056ac71e3619ff8a181ad1a479d8
1 .include "common.inc"
2 .include "arch.inc"
4 comment "Second file in assembly source debugging testcase."
6 .global foo2
7 gdbasm_declare foo2
8 gdbasm_enter
10 comment "Call someplace else (several times)."
12 gdbasm_call foo3
13 gdbasm_call foo3
15 comment "All done, return."
17 gdbasm_leave
18 gdbasm_end foo2