binutils-gdb/ld/testsuite/ld-scripts/include-sections.t

6 lines
89 B
Perl

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