summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/labfloat.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/labfloat.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/labfloat.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/labfloat.s b/binutils-2.17/gas/testsuite/gas/cris/labfloat.s
deleted file mode 100644
index d24f1e77..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/labfloat.s
+++ /dev/null
@@ -1,9 +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
- .syntax no_register_prefix
-start:
- move.d 0f,r4
-0:
- cmp.d 0b,r4