ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-7-i386.s
CommitLineData
7afd84dc
L
1 .text
2 .type foo, %gnu_indirect_function
3.globl foo
4 .type foo, @function
5foo:
6 ret
7 .size foo, .-foo
8 .hidden foo
9 .type start,"function"
10 .global start
11start:
12 .type _start,"function"
13 .global _start
14_start:
15 .type __start,"function"
16 .global __start
17__start:
18 .type __start,"function"
19 call .L6
20.L6:
21 popl %ebx
22 addl $_GLOBAL_OFFSET_TABLE_+[.-.L6], %ebx
23 call foo@PLT
24 leal foo@GOT(%ebx), %eax
This page took 0.38523 seconds and 4 git commands to generate.