Upload Tizen:Base source
[external/binutils.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