summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/labfloat.s
blob: 640cd2ed59ab6e3268b8ca1cbd5b87c933c99d7e (plain)
1
2
3
4
5
6
7
8
; 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