mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
16 lines
196 B
Perl
16 lines
196 B
Perl
SECTIONS
|
|
{
|
|
.text : {
|
|
SORT_NONE (*) (.text .text.* .pr)
|
|
}
|
|
|
|
.data : {
|
|
SORT_NONE (*) (.data .data.* .rw)
|
|
foo = .;
|
|
}
|
|
.bss : {
|
|
SORT_NONE (*) (.bss)
|
|
}
|
|
/DISCARD/ : {*(*)}
|
|
}
|