summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/flds.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/flds.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/flds.cgs')
-rw-r--r--sim/testsuite/sim/sh64/compact/flds.cgs26
1 files changed, 0 insertions, 26 deletions
diff --git a/sim/testsuite/sim/sh64/compact/flds.cgs b/sim/testsuite/sim/sh64/compact/flds.cgs
deleted file mode 100644
index 797e7cba9ab..00000000000
--- a/sim/testsuite/sim/sh64/compact/flds.cgs
+++ /dev/null
@@ -1,26 +0,0 @@
-# sh testcase for flds -*- Asm -*-
-# mach: all
-# as: -isa=shcompact
-# ld: -m shelf32
-
- .include "compact/testutils.inc"
-
- start
-
- fldi0 fr0
- flds fr0, fpul
- fsts fpul, fr1
- fcmp/eq fr0, fr1
- bf wrong
-
- fldi1 fr0
- flds fr0, fpul
- fsts fpul, fr1
- fcmp/eq fr0, fr1
- bf wrong
-
-okay:
- pass
-
-wrong:
- fail