OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/gnu-old/gdb-7.1/gdb/testsuite/gdb.asm
    from Rev 816 to Rev 834
    Reverse comparison

Rev 816 → Rev 834

/spu.inc File deleted
/sparc.inc File deleted
/mips.inc File deleted
/Makefile.in File deleted
/netbsd.inc File deleted
/m32r-linux.inc File deleted
/m32r.inc File deleted
/m68k.inc File deleted
/s390x.inc File deleted
/m68hc11.inc File deleted
/common.inc File deleted
/i386.inc File deleted
/x86_64.inc File deleted
/asm-source.exp File deleted
/v850.inc File deleted
/h8300.inc File deleted
/pa64.inc File deleted
/sh.inc File deleted
/iq2000.inc File deleted
/arm.inc File deleted
/powerpc.inc File deleted
/sparc64.inc File deleted
/alpha.inc File deleted
/openbsd.inc File deleted
/xstormy16.inc File deleted
/frv.inc File deleted
/empty.inc File deleted
/s390.inc File deleted
/pa.inc File deleted
/asmsrc1.s File deleted
asmsrc1.s Property changes : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: ia64.inc =================================================================== --- ia64.inc (revision 816) +++ ia64.inc (nonexistent) @@ -1,51 +0,0 @@ - comment "subroutine prologue" - .macro gdbasm_enter - alloc r33=ar.pfs,0,2,0,0 - mov r32=b0 - nop.i 0 - .endm - - comment "subroutine epilogue" - .macro gdbasm_leave - nop.m 0 - mov ar.pfs=r33 - mov b0=r32 - nop.m 0 - nop.f 0 - br.ret.sptk.many b0 - .endm - - .macro gdbasm_call subr - nop.m 0 - nop.f 0 - br.call.sptk.many b0=\subr - .endm - - .macro gdbasm_several_nops - nop.m 0 - nop.i 0 - nop.i 0 - .endm - - comment "exit (0)" - .macro gdbasm_exit0 - break.m 0x0 - nop.m 0 - nop.i 0 - .endm - - comment "crt0 startup" - .macro gdbasm_startup - gdbasm_enter - mov r32=r0 - nop.i 0 - nop.i 0 - .endm - - comment "Declare a data variable" - .purgem gdbasm_datavar - .macro gdbasm_datavar name value - .data -\name: - .long \value - .endm Index: asmsrc2.s =================================================================== --- asmsrc2.s (revision 816) +++ asmsrc2.s (nonexistent) @@ -1,21 +0,0 @@ - .include "common.inc" - .include "arch.inc" - - comment "Second file in assembly source debugging testcase." - - .global foo2 - gdbasm_declare foo2 - comment "mark: foo2 start" - gdbasm_enter - - comment "Call someplace else (several times)." - - comment "mark: call foo3" - gdbasm_call foo3 - gdbasm_call foo3 - - comment "All done, return." - - comment "mark: foo2 leave" - gdbasm_leave - gdbasm_end foo2
asmsrc2.s Property changes : Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property Index: m32c.inc =================================================================== --- m32c.inc (revision 816) +++ m32c.inc (nonexistent) @@ -1,33 +0,0 @@ - comment "subroutine prologue" - .macro gdbasm_enter - enter #0 - .endm - - comment "subroutine epilogue" - .macro gdbasm_leave - exitd - .endm - - .macro gdbasm_call subr - jsr.a \subr - .endm - - .macro gdbasm_several_nops - nop - nop - nop - nop - .endm - - comment "exit (0)" - .macro gdbasm_exit0 - mov.w #0, r1 - mov.b #1, r0l - ste.b r0l,0xe0000 - .endm - - comment "crt0 startup" - .macro gdbasm_startup - ldc #0xfc00, sp - .endm -

powered by: WebSVN 2.1.0

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