summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/return.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/return.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/return.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/return.s b/binutils-2.17/gas/testsuite/gas/cris/return.s
deleted file mode 100644
index fbc73b64..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/return.s
+++ /dev/null
@@ -1,11 +0,0 @@
-; Return-type insns. Keep a nop after them, in case a sane
-; warning is added to the assembler.
- .text
-start:
- ret
- nop
- reti
- nop
- retb
- nop
-end: