Retro68/binutils/ld/testsuite/ld-scripts/cross7.t
2017-04-10 13:32:00 +02:00

10 lines
190 B
Perl

NOCROSSREFS_TO(.data .text)
SECTIONS
{
.text : { *(.text) *(.text.*) *(.opd) }
.data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
.bss : { *(.bss) *(COMMON) }
/DISCARD/ : { *(*) }
}