Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross4.t
1 NOCROSSREFS_TO(.data .nocrossrefs)
2
3 SECTIONS
4 {
5 .text : { *(.text) *(.text.*) *(.opd) }
6 .nocrossrefs : { *(.nocrossrefs) }
7 .data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
8 .bss : { *(.bss) *(COMMON) }
9 /DISCARD/ : { *(*) }
10 }
This page took 0.029892 seconds and 4 git commands to generate.