aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/sh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.asm/sh.inc')
-rw-r--r--gdb/testsuite/gdb.asm/sh.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/sh.inc b/gdb/testsuite/gdb.asm/sh.inc
index 88a24c3..9ea1b67 100644
--- a/gdb/testsuite/gdb.asm/sh.inc
+++ b/gdb/testsuite/gdb.asm/sh.inc
@@ -3,6 +3,7 @@
# them when changing the code.
comment "subroutine declare"
+ .purgem gdbasm_declare
.macro gdbasm_declare name
.align 1
.global \name
@@ -28,6 +29,7 @@
.endm
comment "subroutine end"
+ .purgem gdbasm_end
.macro gdbasm_end name
.size \name, .-_foo1
.align 1
@@ -75,6 +77,7 @@
.endm
comment "Declare a data variable"
+ .purgem gdbasm_datavar
.macro gdbasm_datavar name value
.data
.align 2