gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ia64 / order.s
CommitLineData
10a98291
L
1 .global foo#
2 .section .foo,"aw","progbits"
3 .msb
4 data2 0x1234
5 data4 0x12345678
6 data8 foo#
7 .section .bar,"aw","progbits"
8 .lsb
9 real4 0.1
10 real8 0.2
11 data8 foo#
12 .section .foo,"aw","progbits"
13 data8 0x123456789abcdef
14// data16 0x123456789abcdef
15 data8 foo#
16 .section .bar,"aw","progbits"
17 real10 0.4
18 real16 0.8
19 data8 foo#
20 .section .foo,"aw","progbits"
21 .lsb
22 data2 0x1234
23 data4 0x12345678
24 data8 foo#
25 .section .bar,"aw","progbits"
26 .msb
27 real4 0.1
28 real8 0.2
29 data8 foo#
30 .section .foo,"aw","progbits"
31 data8 0x123456789abcdef
32// data16 0x123456789abcdef
33 data8 foo#
34 .section .bar,"aw","progbits"
35 real10 0.4
36 real16 0.8
37 data8 foo#
This page took 0.230807 seconds and 4 git commands to generate.