* linux-nat.c (debug_linux_nat_async): Delete.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-8a-x86-64.s
CommitLineData
a951221d
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"
12 movq foo@GOTPCREL(%rip), %rax
This page took 0.102263 seconds and 4 git commands to generate.