Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-07 | * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc, | Daniel Jacobowitz | 1 | -0/+2 | |
gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc, gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc, gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc, gdb.asm/x86_64.inc: Use .purgem before redefining macros. | |||||
2003-11-26 | * gdb.asm/asm-source.exp: Make sure the final link succeeds on | Ben Elliston | 1 | -2/+0 | |
NetBSD as it does on FreeBSD. Modelled on a similar change by Mark Kettenis on 2003-05-30. (link-flags): Set to "--entry _start" regardless of target. Special linker flags are to be appended to $link-flags. * gdb.asm/mips.inc (gdbasm_startup): Remove __start label. | |||||
2002-10-22 | * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line | Daniel Jacobowitz | 1 | -0/+64 | |
numbers. Allow "foo2|selected stack frame". * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end. * gdb.asm/asmsrc2.s: Likewise. * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update comments. * gdb.asm/mips.inc: New file. |