mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
11 lines
153 B
Perl
11 lines
153 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text 0x00000000: { *(.text) }
|
||
|
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
|
||
|
{
|
||
|
*(.data)
|
||
|
}
|
||
|
__data_end = .;
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|