summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movw2.cgs
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-03-08 12:20:59 +0000
committerMark Kettenis <kettenis@gnu.org>2003-03-08 12:20:59 +0000
commit1e970846d2f21eca2672de8df0df8d298d98b26c (patch)
tree333f866c3e4aa67c746a32f500cd4a08da447f79 /sim/testsuite/sim/sh64/compact/movw2.cgs
parenta4100d2967e29eec7a436337c041c62f124da5f9 (diff)
downloadgdb-1e970846d2f21eca2672de8df0df8d298d98b26c.tar.gz
* i386-tdep.c (i386_frameless_signal_p): Removed.
(i386_frame_chain): Removed. (i386_sigtramp_saved_pc, i386_sigtramp_saved_sp): Removed. (i386_frame_saved_pc): Removed. (i386_saved_pc_after_call): Use frame_unwind_register to find the saved PC. (i386_frame_init_saved_regs): Removed. (i386_do_pop_frame, i386_pop_frame): Removed. (i386_frame_cache): New function. (i386_frame_pop, i386_frame_pc_unwind, i386_frame_id_unwind, i386_frame_register_unwind): New functions. (i386_frame_unwind): New variable. (i386_frame_p): New function. (i386_unwind_dummy_id, i386_save_dummy_frame_tos): New functions. (i386_gdbarch_init): Don't set deprecated_init_frame_pc, pop_frame, deprecated_frame_init_saved_regs, frame_chain and frame_saved_pc. Set unwind_dummy_id and save_dummy_frame_tos. Call frame_unwind_append_predicate.
Diffstat (limited to 'sim/testsuite/sim/sh64/compact/movw2.cgs')
-rw-r--r--sim/testsuite/sim/sh64/compact/movw2.cgs36
1 files changed, 0 insertions, 36 deletions
diff --git a/sim/testsuite/sim/sh64/compact/movw2.cgs b/sim/testsuite/sim/sh64/compact/movw2.cgs
deleted file mode 100644
index 27c29dc0292..00000000000
--- a/sim/testsuite/sim/sh64/compact/movw2.cgs
+++ /dev/null
@@ -1,36 +0,0 @@
-# sh testcase for mov.w $rm, @-$rn -*- Asm -*-
-# mach: all
-# as: -isa=shcompact
-# ld: -m shelf32
-
- .include "compact/testutils.inc"
-
- start
-
- mov #30, r1
- shll8 r1
- # Preserve.
- mov r1, r7
-init:
- # Build up a distinctive bit pattern.
- mov #1, r2
- shll8 r2
- add #12, r2
-store:
- mov.w r2, @-r1
-check:
- # Read it back.
- mov.w @r1, r3
- shll16 r2
- shll16 r3
- cmp/eq r2, r3
- bf wrong
-dec:
- add #2, r1
- cmp/eq r7, r1
- bf wrong
-
-okay:
- pass
-wrong:
- fail