summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/labfloat.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/cris/labfloat.s')
-rw-r--r--gas/testsuite/gas/cris/labfloat.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/testsuite/gas/cris/labfloat.s b/gas/testsuite/gas/cris/labfloat.s
deleted file mode 100644
index 640cd2ed59a..00000000000
--- a/gas/testsuite/gas/cris/labfloat.s
+++ /dev/null
@@ -1,8 +0,0 @@
-; Check if labels are mistaken for floats.
-; Since we don't handle floats at all, "0f" should not be mistaken for a
-; floating-point number at any time.
- .text
-start:
- move.d 0f,r4
-0:
- cmp.d 0b,r4