2011-02-22 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / mips.inc
index 751f73f859ba6007dae27f91e999fd22d055d439..cb0ba1fcdb762f99b83865793df6a441a0b8e8c5 100644 (file)
@@ -1,4 +1,5 @@
        comment "subroutine declare"
+       .purgem gdbasm_declare
        .macro gdbasm_declare name
        .align  2
        .ent    \name
@@ -34,6 +35,7 @@
        .endm
 
        comment "subroutine end"
+       .purgem gdbasm_end
        .macro gdbasm_end name
        .end    \name
        .endm
@@ -58,7 +60,5 @@
 
        comment "crt0 startup"
        .macro gdbasm_startup
-       .global __start
-__start:
        move    $fp, $sp
        .endm
This page took 0.072528 seconds and 4 git commands to generate.