4 comment
"WARNING: asm-source.exp checks for line numbers printed by gdb."
5 comment
"Be careful about changing this file without also changing"
6 comment
"asm-source.exp."
9 comment
"This file is not linked with crt0."
10 comment
"Provide very simplistic equivalent."
19 comment
"main routine for assembly source debugging test"
20 comment
"This particular testcase uses macros in <arch>.inc to achieve"
21 comment
"machine independence."
27 comment
"Call a macro that consists of several lines of assembler code."
31 comment
"Call a subroutine in another file."
40 comment
"A routine for foo2 to call."
53 comment
"A static function"
55 gdbasm_declare foostatic
60 comment
"A global variable"
63 gdbasm_datavar globalvar
11
65 comment
"A static variable"
67 gdbasm_datavar staticvar
5