Files
Retro68/binutils/ld/testsuite/ld-scripts/include-sections.t

7 lines
114 B
Perl

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