binutils-gdb/ld/testsuite/ld-scripts/section-order-1a.t

15 lines
167 B
Perl

.text : {
*(.text.yyy)
*(.text.b?r)
*(.text)
*(.text.xxx .text.foo)
}
.data : {
*(.data.small)
*(.big*)
*(.bar .baz*)
*(.data.ccc)
}