summaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-ae-st-id.s
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
committerDaniel Berlin <dberlin@dberlin.org>2001-07-06 19:17:05 +0000
commitefae50153d4577bd05fc34b76c47bdca79982233 (patch)
treeebfdde719009a58b2f719cb06926eb6aab787aba /sim/testsuite/d10v-elf/t-ae-st-id.s
parentd30f071864b3938dd9d197547c65b33980a243f8 (diff)
downloadgdb-cvs/dberlin-typesystem-branch.tar.gz
Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type
Diffstat (limited to 'sim/testsuite/d10v-elf/t-ae-st-id.s')
-rw-r--r--sim/testsuite/d10v-elf/t-ae-st-id.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/sim/testsuite/d10v-elf/t-ae-st-id.s b/sim/testsuite/d10v-elf/t-ae-st-id.s
deleted file mode 100644
index 4caa1b4fafc..00000000000
--- a/sim/testsuite/d10v-elf/t-ae-st-id.s
+++ /dev/null
@@ -1,14 +0,0 @@
-.include "t-macros.i"
-
- start
-
- PSW_BITS = 0
- point_dmap_at_imem
- check_interrupt (VEC_AE&DMAP_MASK)+DMAP_BASE PSW_BITS test_st
-
- ldi r10,#0x4001
- st r8, @(1,r10)
-test_st:
- st r8,@(2,r10)
- nop
- exit47