Add --section-ordering command line option to the bfd linker.
[binutils-gdb.git] / ld / testsuite / ld-scripts / section-order-1a.t
blob2e28bfa8451446162cf92284157f3f783796f39c
1 .text : {
2     *(.text.yyy)
3     *(.text.b?r)
4     *(.text)
5     *(.text.xxx .text.foo)
8 .data : {
9     *(.data.small)
10     *(.big*)
11     *(.bar .baz*)
12     *(.data.ccc)