Define various symbols conditionally in shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-13a-x86-64.s
CommitLineData
3db2e7dd
L
1 .text
2 .type foo, @function
653c23d8 3 .global foo
3db2e7dd
L
4foo:
5 movl xxx(%rip), %eax
6 ret
7
8 .data
9xxx:
10 .quad ifunc
This page took 0.333284 seconds and 4 git commands to generate.