ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr19175.t
1 EXTERN(_start)
2 ENTRY(_start)
3
4 SECTIONS
5 {
6 .text :
7 {
8 _text = .;
9 *(.text*)
10 }
11 }