5 lines
89 B
Perl
5 lines
89 B
Perl
SECTIONS {
|
|
.text : { *(.text) } >rom
|
|
INCLUDE include-data.t
|
|
/DISCARD/ : { *(*) }
|
|
}
|