2003-01-20 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
index 3d48c6c02fbe7524aeee4d24d78216a775c15366..4366536acbe59d3bba6faaf5c438f728b44357b1 100644 (file)
@@ -4,13 +4,15 @@
 comment "Second file in assembly source debugging testcase."
 
        .global foo2
-foo2:
-       enter
+gdbasm_declare foo2
+       gdbasm_enter
 
-comment "Call someplace else."
+comment "Call someplace else (several times)."
 
-       call foo3
+       gdbasm_call foo3
+       gdbasm_call foo3
 
 comment "All done, return."
 
-       leave
+       gdbasm_leave
+       gdbasm_end foo2
This page took 0.02509 seconds and 4 git commands to generate.