gas: fix hex float parsing from .dcb.? directives
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / float.s
CommitLineData
252b5132
RH
1 .text
2foo: .single 0r1.2345e+06
3 .single 0f3.14159
4 .double 0r2.718282
a3197745
BG
5 .double .0000000000000000000001
6 .double 1e-22
bb32eac5
JB
7
8 .dc.s 1
9 .dc.s 0f:1234
10 .dcb.s 1, 1
11 .dcb.s 1, 0s:4321
12 .ds.s 1, -1
13
14 .dc.d 1
15 .dc.d 0d:1234
16 .dcb.d 1, 1
17 .dcb.d 1, 0r:4321
18 .ds.d 1, -1
19
20 .dc.x 0x:1234
21 .dcb.x 1, 0x:4321
22 .ds.x 1, -1
This page took 1.220691 seconds and 4 git commands to generate.