]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.asm/asmsrc2.s
2001-11-30 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
index 22c63d4f2985e882c454b4565635acc6f078c5e8..9d7713fad8453fd3323560fcd65f16ebc2babb03 100644 (file)
@@ -7,9 +7,10 @@ comment "Second file in assembly source debugging testcase."
 foo2:
        gdbasm_enter
 
-comment "Call someplace else."
+comment "Call someplace else (several times)."
 
        gdbasm_call foo3
+       gdbasm_call foo3
 
 comment "All done, return."