[PATCH 16/57][Arm][GAS] Add support for MVE instructions: vdup, vddup, vdwdup, vidup...
[binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
blobe585ee22c3aa6e630e17626a23caf5cf1382d192
1 .include "common.inc"
2 .include "arch.inc"
4 comment "Second file in assembly source debugging testcase."
6 .global foo2
7 gdbasm_declare foo2
8 comment "mark: foo2 start"
9 gdbasm_enter
11 comment "Call someplace else (several times)."
13 comment "mark: call foo3"
14 gdbasm_call foo3
15 gdbasm_call foo3
17 comment "All done, return."
19 comment "mark: foo2 leave"
20 gdbasm_leave
21 gdbasm_end foo2