Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-21-x86-64.s
1 .text
2 .type start,"function"
3 .global start
4 start:
5 .type _start,"function"
6 .global _start
7 _start:
8 .type __start,"function"
9 .global __start
10 __start:
11 .type __start,"function"
12 call *foo@GOTPCREL(%rip)
13 jmp *foo@GOTPCREL(%rip)
14 add foo@GOTPCREL(%rip), %rax
15 movq foo@GOTPCREL(%rip), %rax
16 test %rax, foo@GOTPCREL(%rip)
17 movq bar@GOTPCREL(%rip), %rax
18 .type foo, %gnu_indirect_function
19 foo:
20 ret
21 .type bar, %function
22 bar:
23 ret
This page took 0.029636 seconds and 4 git commands to generate.