mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
10 lines
129 B
Perl
10 lines
129 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : {
|
||
|
SORT_BY_ALIGNMENT (*) (.text .text.*)
|
||
|
}
|
||
|
|
||
|
.data : {
|
||
|
SORT_BY_ALIGNMENT (*) (.data .data.*)
|
||
|
}
|
||
|
}
|