$ cat test.s
.section .text.foo,"ax",@progbits
.type foo, @function
foo:
.global foo
movl if...@got(%ecx), %eax
ret
.section .text.bar,"ax",@progbits
.type bar, @function
bar:
.global bar
ret
.section .text.ifunc,"ax"
--- Additional Comments From zooko at zooko dot com 2010-07-06 04:44
---
Hey folks, some distributions such as MinGW have still not patched their
version of binutils or reverted
to binutils 2.19:
https://sourceforge.net/tracker/index.php?func=detail&aid=2913876&group_id=2435&atid=1024