run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562d.t
1 SECTIONS {
2 PROVIDE (__start_scnfoo = .);
3 PROVIDE (___start_scnfoo = .);
4 .foo : { *(scnfoo) }
5 PROVIDE (__stop_scnfoo = .);
6 PROVIDE (___stop_scnfoo = .);
7 }
This page took 0.02977 seconds and 4 git commands to generate.