Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross2.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4 .text : { *(.text) *(.text.*) *(.pr) *(.opd) }
5 .data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) *(.toc) }
6 }
This page took 0.028901 seconds and 4 git commands to generate.