]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.asm/asmsrc2.s
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
1 .include "common.inc"
2 .include "arch.inc"
3
4 comment "Second file in assembly source debugging testcase."
5
6 .global foo2
7 foo2:
8 enter
9
10 comment "Call someplace else."
11
12 call foo3
13
14 comment "All done, return."
15
16 leave