x86; Allow IFUNC pointer defined in PDE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-21-i386.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@GOT(%ebx)
13 jmp *foo@GOT(%ebx)
14 add foo@GOT(%ebx), %eax
0762fbb6 15 mov foo@GOT(%ebx), %eax
8c650f16 16 test %eax, foo@GOT(%ebx)
0762fbb6
L
17 mov bar@GOT(%ebx), %eax
18 .type foo, %gnu_indirect_function
19foo:
20 ret
21 .type bar, %function
22bar:
23 ret
This page took 0.145259 seconds and 4 git commands to generate.