Retro68/binutils/ld/testsuite/ld-scripts/include-sections.t
2012-03-26 21:18:29 +02:00

6 lines
89 B
Perl

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