Retro68/binutils/ld/testsuite/ld-scripts/cross2.t

7 lines
156 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
NOCROSSREFS ( .text .data )
SECTIONS
{
.text : { *(.text) *(.text.*) *(.pr) }
.data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) *(.toc) }
}