summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/xstormy16.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.asm/xstormy16.inc')
-rw-r--r--gdb/testsuite/gdb.asm/xstormy16.inc34
1 files changed, 0 insertions, 34 deletions
diff --git a/gdb/testsuite/gdb.asm/xstormy16.inc b/gdb/testsuite/gdb.asm/xstormy16.inc
deleted file mode 100644
index 22827f3eb1c..00000000000
--- a/gdb/testsuite/gdb.asm/xstormy16.inc
+++ /dev/null
@@ -1,34 +0,0 @@
- comment "subroutine prologue"
- .macro gdbasm_enter
- push r13
- mov r13,r15
- .endm
-
- comment "subroutine epilogue"
- .macro gdbasm_leave
- pop r13
- ret
- .endm
-
- .macro gdbasm_call subr
- callf \subr
- .endm
-
- .macro gdbasm_several_nops
- add r0,#0
- add r0,#0
- add r0,#0
- add r0,#0
- .endm
-
- comment "exit (0)"
- .macro gdbasm_exit0
- mov.w r2,#0
- halt
- .endm
-
- comment "crt0 startup"
- .macro gdbasm_startup
- mov r15,#2
- .endm
-