2013-04-06 16:48:33 +02:00

6 lines
89 B
Perl

SECTIONS {
.text : { *(.text) } >rom
INCLUDE include-data.t
/DISCARD/ : { *(*) }
}