* linux-nat.c (debug_linux_nat_async): Delete.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-13a-i386.s
CommitLineData
3db2e7dd
L
1 .text
2 .type foo, @function
3 .global
4foo:
5 movl xxx@GOT(%ebx), %eax
6 ret
7
8 .data
9xxx:
10 .long ifunc
This page took 0.037333 seconds and 4 git commands to generate.