* ld-scripts/cross2.t: Support any type of text/data sections, not
[deliverable/binutils-gdb.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 }
This page took 0.031265 seconds and 5 git commands to generate.