Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / pr21562b.t
blobb30b521d40b8d7e2b052473f926df52dccae997b
1 SECTIONS {
2         PROVIDE (__start_scnfoo = .);
3         scnfoo : { *(scnfoo) }
4         PROVIDE (__stop_scnfoo = .);