]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr21562c.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562c.t
CommitLineData
cbd0eecf
L
1SECTIONS {
2 .foo : {
3 PROVIDE (__start_scnfoo = .);
8b77421a 4 PROVIDE (___start_scnfoo = .);
cbd0eecf
L
5 *(scnfoo)
6 PROVIDE (__stop_scnfoo = .);
8b77421a 7 PROVIDE (___stop_scnfoo = .);
cbd0eecf
L
8 }
9}