summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/sh64/compact/movw6.cgs
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-05-08 18:26:26 +0000
committerJim Blandy <jimb@codesourcery.com>2002-05-08 18:26:26 +0000
commit6b76fc8f56d26af247b4036f7dd23c3e9b2f8ebe (patch)
tree47aa7046d5bf20e18b81f6c7dca058b1ec274bcf /sim/testsuite/sim/sh64/compact/movw6.cgs
parentacb2f9a66ffe7facdcdb42c2ac648c23f2d26dbd (diff)
downloadgdb-6b76fc8f56d26af247b4036f7dd23c3e9b2f8ebe.tar.gz
Add first preprocessor macro-expansion files.
* macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files. * Makefile.in (SFILES): Add macrotab.c, macroexp.c. (splay_tree_h, macroexp_h, macrotab_h): New variable. (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h. (COMMON_OBS): Add macrotab.o, macroexp.o. (macroexp.o, macrotab.o): New rules.
Diffstat (limited to 'sim/testsuite/sim/sh64/compact/movw6.cgs')
-rw-r--r--sim/testsuite/sim/sh64/compact/movw6.cgs30
1 files changed, 0 insertions, 30 deletions
diff --git a/sim/testsuite/sim/sh64/compact/movw6.cgs b/sim/testsuite/sim/sh64/compact/movw6.cgs
deleted file mode 100644
index 758497c13e7..00000000000
--- a/sim/testsuite/sim/sh64/compact/movw6.cgs
+++ /dev/null
@@ -1,30 +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, r0
- shll8 r0
-
- # Store something first.
- # Build up a distinctive bit pattern.
- mov #1, r2
- shll8 r2
- add #12, r2
- mov.w r2, @r0
-
-check:
- # Read it back.
- mov.w @r0, r1
- cmp/eq r1, r2
- bf wrong
-
-okay:
- pass
-wrong:
- fail
-