tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-11-x86-64.s
CommitLineData
bb1cb422
L
1 .section .text.foo,"ax",@progbits
2 .type foo, @function
3foo:
4 .global foo
5 movl ifunc@GOTPCREL(%rip), %eax
6 movl ifunc(%rip), %eax
7 call ifunc@PLT
8 call ifunc
3db2e7dd 9 movl xxx(%rip), %eax
bb1cb422
L
10 ret
11
12 .section .text.bar,"ax",@progbits
13 .type bar, @function
14bar:
15 .global bar
16 ret
17
18 .section .text.ifunc,"ax",@progbits
19 .type ifunc, @gnu_indirect_function
20 .global ifunc
21ifunc:
22 ret
3db2e7dd
L
23
24 .section .data.foo,"aw",@progbits
25xxx:
26 .quad ifunc
This page took 0.451999 seconds and 4 git commands to generate.