summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/arc-step.s
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2009-09-11 04:45:57 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>2009-09-11 04:45:57 +0000
commit779734bae5a1be2e9b48a9807149df5e38335285 (patch)
tree19fc4fed5b9de6934f8f7839d0129bef65cf7192 /gdb/testsuite/gdb.arch/arc-step.s
parent4195238713fd818958a9e41fee154ea357304b59 (diff)
downloadbinutils-gdb-arc-insight_6_8-branch.tar.gz
gdb/insight for ARCompact (from Richard Stuckey)arc-insight_6_8-branch
Diffstat (limited to 'gdb/testsuite/gdb.arch/arc-step.s')
-rw-r--r--gdb/testsuite/gdb.arch/arc-step.s43
1 files changed, 0 insertions, 43 deletions
diff --git a/gdb/testsuite/gdb.arch/arc-step.s b/gdb/testsuite/gdb.arch/arc-step.s
deleted file mode 100644
index 8dce39a0e8d..00000000000
--- a/gdb/testsuite/gdb.arch/arc-step.s
+++ /dev/null
@@ -1,43 +0,0 @@
-_main:
- .global _main
-main:
- .global main
-
- mov r0,1 ; 32 bit instruction
-Lmov:
- mov_s r0,2 ; 16 bit instruction
-Lmov_s:
- b Lb ; 32 bit, no delay slot
- mov r0,3
- nop
-Lb:
- b_s Lb_s ; 16 bit, no delay slot
- mov r0,4
- nop
-Lb_s:
- b.d Lbdotd ; 32 bit, delay slot
- mov r0,5
- nop
-Lbdotd:
-
- bl Lbl
-Lj_sdotd:
- j Lj
-Lbl:
- j_s.d [blink] ; 16 bit, delay slot
- mov r0,6
-Lj:
- mov lp_count,3 ; zero-overhead loop
- lp ZOLend
-ZOLstart:
- add r0,r0,1
-ZOLmiddle:
- nop
-ZOLend:
- ;; r0 should be 9
-
-
- ;; exit(r0)
- ;; mov r0,0
- mov r8,1
- trap_s 0