summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/regreg.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/regreg.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/regreg.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/regreg.s b/binutils-2.17/gas/testsuite/gas/cris/regreg.s
deleted file mode 100644
index efba79e7..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/regreg.s
+++ /dev/null
@@ -1,18 +0,0 @@
-; @OC@ test
-; Template for testing register-to-register instructions.
-
-; Note that sizes have to be tested by iterating over them; they
-; are not included here in order to cover fixed-size instructions
-; too. This may seem wasteful of machine time, but then that time
-; is less expensive than any other time and still falling in cost.
-
- .text
- .syntax no_register_prefix
-start:
- @OC@ r1,r3
- @OC@ r0,r0
- @OC@ r0,r13
- @OC@ r5,r0
- @OC@ r13,r13
- @OC@ r9,r3
-end: