mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
137 B
Perl
10 lines
137 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : {
|
||
|
SORT_BY_INIT_PRIORITY (*) (.text .text.*)
|
||
|
}
|
||
|
|
||
|
.data : {
|
||
|
SORT_BY_INIT_PRIORITY (*) (.data .data.*)
|
||
|
}
|
||
|
}
|