Updated copyright notices for most files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
index 3d48c6c02fbe7524aeee4d24d78216a775c15366..e585ee22c3aa6e630e17626a23caf5cf1382d192 100644 (file)
@@ -1,16 +1,21 @@
        .include "common.inc"
        .include "arch.inc"
 
-comment "Second file in assembly source debugging testcase."
+       comment "Second file in assembly source debugging testcase."
 
        .global foo2
-foo2:
-       enter
+       gdbasm_declare foo2
+       comment "mark: foo2 start"
+       gdbasm_enter
 
-comment "Call someplace else."
+       comment "Call someplace else (several times)."
 
-       call foo3
+       comment "mark: call foo3"
+       gdbasm_call foo3
+       gdbasm_call foo3
 
-comment "All done, return."
+       comment "All done, return."
 
-       leave
+       comment "mark: foo2 leave"
+       gdbasm_leave
+       gdbasm_end foo2
This page took 0.026231 seconds and 4 git commands to generate.