mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
13 lines
148 B
Perl
13 lines
148 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : {
|
||
|
SORT_NONE (*) (.text .text.*)
|
||
|
}
|
||
|
|
||
|
.data : {
|
||
|
SORT_NONE (*) (.data .data.*)
|
||
|
foo = .;
|
||
|
}
|
||
|
/DISCARD/ : {*(*)}
|
||
|
}
|