Update year range in copyright notice of all files.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-22-x86-64.s
CommitLineData
0762fbb6
L
1 .text
2 .type start,"function"
3 .global start
4start:
5 .type _start,"function"
6 .global _start
7_start:
8 .type __start,"function"
9 .global __start
10__start:
11 .type __start,"function"
8c650f16
L
12 call *foo@GOTPCREL(%rip)
13 jmp *foo@GOTPCREL(%rip)
14 add foo@GOTPCREL(%rip), %rax
0762fbb6 15 movq foo@GOTPCREL(%rip), %rax
8c650f16 16 test %rax, foo@GOTPCREL(%rip)
0762fbb6
L
17 movq bar@GOTPCREL(%rip), %rax
18 .type foo, %gnu_indirect_function
19 .globl foo
20foo:
21 ret
22 .type bar, %function
23bar:
24 ret
This page took 0.075862 seconds and 4 git commands to generate.