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

8 lines
80 B
Perl

.text : {
*(.text.yyy)
*(.text.b?r)
*(*t)
*(.text.xxx)
*(.text.foo)
}