aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/sparc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.asm/sparc.inc')
-rw-r--r--gdb/testsuite/gdb.asm/sparc.inc34
1 files changed, 0 insertions, 34 deletions
diff --git a/gdb/testsuite/gdb.asm/sparc.inc b/gdb/testsuite/gdb.asm/sparc.inc
deleted file mode 100644
index 916a9e0..0000000
--- a/gdb/testsuite/gdb.asm/sparc.inc
+++ /dev/null
@@ -1,34 +0,0 @@
- comment "subroutine prologue"
- .macro gdbasm_enter
- save %sp, -112, %sp
- .endm
-
- comment "subroutine epilogue"
- .macro gdbasm_leave
- ret
- restore
- .endm
-
- .macro gdbasm_call subr
- call \subr
- nop
- .endm
-
- .macro gdbasm_several_nops
- nop
- nop
- nop
- nop
- .endm
-
- comment "exit (0)"
- .macro gdbasm_exit0
- comment "Don't know how to exit, but this will certainly halt..."
- ld [%g0], %i0
- .endm
-
- comment "crt0 startup"
- .macro gdbasm_startup
- clr %fp
- .endm
-