mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
12 lines
150 B
Perl
12 lines
150 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text 0x0000000: { *(.text) }
|
||
|
.data 0x2000000:
|
||
|
{
|
||
|
__data_start = . ;
|
||
|
*(.data)
|
||
|
}
|
||
|
__data_end = .;
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|