S/390: ifunc: Redirect local function calls to the IPLT.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mixed-mode-reloc.s
1 .text
2
3 .code16
4 _start16:
5 movl xtrn@got(%ebx), %eax
6 calll xtrn@plt
7
8 .code32
9 _start32:
10 movl xtrn@got(%ebx), %eax
11 calll xtrn@plt
12
13 .code64
14 _start64:
15 movq xtrn@got(%rbx), %rax
16 callq xtrn@plt
This page took 0.058281 seconds and 4 git commands to generate.