]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr21562b.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562b.t
1 SECTIONS {
2 PROVIDE (__start_scnfoo = .);
3 scnfoo : { *(scnfoo) }
4 PROVIDE (__stop_scnfoo = .);
5 }