No PT_INTERP when .interp is zero size
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562d.t
CommitLineData
cbd0eecf
L
1SECTIONS {
2 PROVIDE (__start_scnfoo = .);
8b77421a 3 PROVIDE (___start_scnfoo = .);
cbd0eecf
L
4 .foo : { *(scnfoo) }
5 PROVIDE (__stop_scnfoo = .);
8b77421a 6 PROVIDE (___stop_scnfoo = .);
cbd0eecf 7}
This page took 0.094716 seconds and 4 git commands to generate.