forked from Imagelibrary/binutils-gdb
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)
|
|
}
|
|
|