Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-15-x86-64.s
blob837f25099fc296c506ec0fd2bc86cda0b29fd655
1 .text
2 .type foo, @function
3 .global foo
4 foo:
5 movl ifunc@GOTPCREL(%rip), %eax
6 ret
7 .type ifunc, @gnu_indirect_function
8 .globl ifunc
9 ifunc:
10 ret