Add --section-ordering command line option to the bfd linker.
[binutils-gdb.git] / ld / testsuite / ld-scripts / section-order-1b.s
blob49a0b32475a9bb1cd6c644dff1e59070f9c9f9eb
1 .section .text.xxx
2 .globl xxx
3 xxx:
4 .dc.a 0
6 .section .text.yyy
7 .globl yyy
8 yyy:
9 .dc.a 0
11 .section .big
12 .global big
13 big:
14 .dc.a 0
16 .section .baz
17 .global baz
18 baz:
19 .dc.a 0
21 .section .text.qqq
22 .global qqq
23 qqq:
24 .dc.a 0
26 .section .data.ccc
27 .global ccc
28 ccc:
29 .dc.a 0
31 .data
32 .global data_symbol
33 data_symbol:
34 .dc.a 0