old-cross-binutils/ld/testsuite/ld-scripts/include-sections.t

6 lines
89 B
Perl
Raw Normal View History

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