Add --section-ordering command line option to the bfd linker.
[binutils-gdb.git] / ld / testsuite / ld-scripts / section-order-1a.s
blob2394a7ba902fc2f1da1ee76c256384db4bde7b98
1 .section .text.foo
2 .globl foo
3 foo:
4 .dc.a 0
6 .section .text.bar
7 .globl bar
8 bar:
9 .dc.a 0
11 .section .data.small
12 .globl small
13 small:
14 .dc.a 0
16 .section .bar
17 .global bar
18 bart:
19 .dc.a 0
21 .section .text.zzz
22 .global zzz
23 zzz:
24 .dc.a 0
26 .section .data.bbb
27 .global bbb
28 bbb:
29 .dc.a 0