summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/arc-step-jtag.s
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@arc.com>2009-09-11 04:45:40 +0000
committerJoern Rennecke <joern.rennecke@arc.com>2009-09-11 04:45:40 +0000
commitc0b9c0330ac498673282832d8714d013569ca986 (patch)
tree7524276d1d63cb4ab23038ae8361a0228325863a /gdb/testsuite/gdb.arch/arc-step-jtag.s
parent139d19ee035d132be681a95ece3bbe230664ea9c (diff)
downloadgdb-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-jtag.s')
-rw-r--r--gdb/testsuite/gdb.arch/arc-step-jtag.s46
1 files changed, 0 insertions, 46 deletions
diff --git a/gdb/testsuite/gdb.arch/arc-step-jtag.s b/gdb/testsuite/gdb.arch/arc-step-jtag.s
deleted file mode 100644
index 7ad8e1f9fb2..00000000000
--- a/gdb/testsuite/gdb.arch/arc-step-jtag.s
+++ /dev/null
@@ -1,46 +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
-Lbdotd_dslot:
- mov r0,5
- nop
-Lbdotd:
-
- bl Lbl
-Lj_sdotd:
- j Lj
-Lbl:
- j_s.d [blink] ; 16 bit, delay slot
-Lj_sdotd_dslot:
- 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)
- flag 1
- nop
- nop
- nop