summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/return.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/cris/return.s')
-rw-r--r--gas/testsuite/gas/cris/return.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/testsuite/gas/cris/return.s b/gas/testsuite/gas/cris/return.s
deleted file mode 100644
index fbc73b645c8..00000000000
--- a/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: