This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc2.s
index 4c22987b85a63b949e3fa3f7fc97fbaebee3d0cc..3d48c6c02fbe7524aeee4d24d78216a775c15366 100644 (file)
@@ -1,14 +1,16 @@
-; Second file in assembly source debugging testcase.
+       .include "common.inc"
+       .include "arch.inc"
+
+comment "Second file in assembly source debugging testcase."
 
        .global foo2
 foo2:
-       st r13,@-sp
+       enter
 
-; Call someplace else
+comment "Call someplace else."
 
-       bl foo3
+       call foo3
 
-; All done, return.
+comment "All done, return."
 
-       ld r13,@sp+
-       jmp r13
+       leave
This page took 0.023962 seconds and 4 git commands to generate.