* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git] / ld / testsuite / ld-ifunc / ifunc-15-i386.s
blob5ee4fab859ef02a1bd0dc91c8f62ee1393496d61
1 .text
2 .type foo, @function
3 .global
4 foo:
5 movl ifunc@GOT(%ebx), %eax
6 ret
7 .type ifunc, @gnu_indirect_function
8 .globl ifunc
9 ifunc:
10 ret