tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562c.t
1 SECTIONS {
2 .foo : {
3 PROVIDE (__start_scnfoo = .);
4 PROVIDE (___start_scnfoo = .);
5 *(scnfoo)
6 PROVIDE (__stop_scnfoo = .);
7 PROVIDE (___stop_scnfoo = .);
8 }
9 }
This page took 0.030983 seconds and 4 git commands to generate.