mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
15 lines
167 B
Perl
15 lines
167 B
Perl
.text : {
|
|
*(.text.yyy)
|
|
*(.text.b?r)
|
|
*(.text)
|
|
*(.text.xxx .text.foo)
|
|
}
|
|
|
|
.data : {
|
|
*(.data.small)
|
|
*(.big*)
|
|
*(.bar .baz*)
|
|
*(.data.ccc)
|
|
}
|
|
|