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