mirror of
https://github.com/autc04/Retro68.git
synced 2026-03-16 23:19:08 +00:00
7 lines
114 B
Perl
7 lines
114 B
Perl
SECTIONS {
|
|
.text : { *(.text .pr) } >rom
|
|
INCLUDE include-data.t
|
|
.bss : { *(.bss) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|