URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.asm/] [asmsrc2.s] - Rev 1181
Go to most recent revision | Compare with Previous | Blame | View Log
.include "common.inc" .include "arch.inc" comment "Second file in assembly source debugging testcase." .global foo2 foo2: gdbasm_enter comment "Call someplace else (several times)." gdbasm_call foo3 gdbasm_call foo3 comment "All done, return." gdbasm_leave
Go to most recent revision | Compare with Previous | Blame | View Log