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