1 comment "subroutine declare"
3 .macro gdbasm_declare name
8 comment "subroutine prologue"
10 .frame $30, 16, $26, 0
18 comment "subroutine epilogue"
25 comment "subroutine end"
27 .macro gdbasm_end name
31 comment "subroutine call"
32 /* Can't use ldgp here because the finish-frame test expects the
33 pc to wind up on the next line. That's ok, we're all local. */
34 .macro gdbasm_call subr
38 .macro gdbasm_several_nops
52 comment "crt0 startup"
59 comment "Declare a data variable"
60 .purgem gdbasm_datavar
61 .macro gdbasm_datavar name value