forked from Imagelibrary/binutils-gdb
Initial creation of sourceware repository
This commit is contained in:
16
gdb/testsuite/gdb.asm/asmsrc2.s
Normal file
16
gdb/testsuite/gdb.asm/asmsrc2.s
Normal file
@@ -0,0 +1,16 @@
|
||||
.include "common.inc"
|
||||
.include "arch.inc"
|
||||
|
||||
comment "Second file in assembly source debugging testcase."
|
||||
|
||||
.global foo2
|
||||
foo2:
|
||||
enter
|
||||
|
||||
comment "Call someplace else."
|
||||
|
||||
call foo3
|
||||
|
||||
comment "All done, return."
|
||||
|
||||
leave
|
||||
Reference in New Issue
Block a user