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