ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr23194.s
1 .text
2 .symver foo,foo@FOO
3 .globl foo
4 .type foo, @function
5 foo:
6 movl foobar@GOT(%ebx), %eax
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10 bar:
11 jmp *foo@GOT(%eax)
12 .size bar, .-bar
13 .comm foobar,30,4