old-cross-binutils/gdb/testsuite/gdb.asm/asmsrc2.s
Randolph Chung 5f2c56f79b 2005-12-09 Randolph Chung <tausq@debian.org>
* gdb.asm/common.inc: Indent commands.
	* gdb.asm/asmsrc1.s: Likewise.
	* gdb.asm/asmsrc2.s: Likewise.
2005-12-09 11:02:09 +00:00

18 lines
305 B
ArmAsm

.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