OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [gdb/] [testsuite/] [gdb.asm/] [asmsrc2.s] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
        .include "common.inc"
        .include "common.inc"
        .include "arch.inc"
        .include "arch.inc"
 
 
        comment "Second file in assembly source debugging testcase."
        comment "Second file in assembly source debugging testcase."
 
 
        .global foo2
        .global foo2
        gdbasm_declare foo2
        gdbasm_declare foo2
        comment "mark: foo2 start"
        comment "mark: foo2 start"
        gdbasm_enter
        gdbasm_enter
 
 
        comment "Call someplace else (several times)."
        comment "Call someplace else (several times)."
 
 
        comment "mark: call foo3"
        comment "mark: call foo3"
        gdbasm_call foo3
        gdbasm_call foo3
        gdbasm_call foo3
        gdbasm_call foo3
 
 
        comment "All done, return."
        comment "All done, return."
 
 
        comment "mark: foo2 leave"
        comment "mark: foo2 leave"
        gdbasm_leave
        gdbasm_leave
        gdbasm_end foo2
        gdbasm_end foo2
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.