Handle STT_GNU_IFUNC symols when building shared library.
[binutils.git] / ld / testsuite / ld-ifunc / ifunc-13a-i386.s
blobeb893af3d30bd73b4d8c777df377520190a65b30
1 .text
2 .type foo, @function
3 .global
4 foo:
5 movl xxx@GOT(%ebx), %eax
6 ret
8 .data
9 xxx:
10 .long ifunc