2005-09-28 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mixed-mode-reloc.s
CommitLineData
4fa24527
JB
1 .text
2
3 .code16
4_start16:
5#FIXME movl xtrn@got(%ebx), %eax
6#FIXME calll xtrn@plt
7
8 .code32
9_start32:
10#FIXME 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.025546 seconds and 4 git commands to generate.