* gdb.asm/asm-source.exp: Update copyright year. Link statically
[deliverable/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 gdbasm_declare foo2
8 gdbasm_enter
9
10 comment "Call someplace else (several times)."
11
12 gdbasm_call foo3
13 gdbasm_call foo3
14
15 comment "All done, return."
16
17 gdbasm_leave
18 gdbasm_end foo2
This page took 0.030288 seconds and 4 git commands to generate.