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