old-cross-binutils/gdb/testsuite/gdb.asm/asmsrc2.s
Andrew Cagney 45b074e11d * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
* gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2001-11-10 17:55:48 +00:00

16 lines
236 B
ArmAsm

.include "common.inc"
.include "arch.inc"
comment "Second file in assembly source debugging testcase."
.global foo2
foo2:
gdbasm_enter
comment "Call someplace else."
gdbasm_call foo3
comment "All done, return."
gdbasm_leave