* ld-scripts/cross2.t: Support any type of text/data sections, not
[external/binutils.git] / ld / testsuite / ld-scripts / cross2.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4   .text : { *(.text) *(.text.*) *(.pr) }
5   .data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) }
6 }