aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/mips.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.asm/mips.inc')
-rw-r--r--gdb/testsuite/gdb.asm/mips.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/mips.inc b/gdb/testsuite/gdb.asm/mips.inc
index a0992bb..cb0ba1f 100644
--- a/gdb/testsuite/gdb.asm/mips.inc
+++ b/gdb/testsuite/gdb.asm/mips.inc
@@ -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