mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
11 lines
145 B
Perl
11 lines
145 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text : { *(.text) }
|
||
|
OVERLAY 0x1000 : AT (0x4000)
|
||
|
{
|
||
|
.text1 {*(.text1)}
|
||
|
.text2 {*(.text2)}
|
||
|
}
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|