blob: 3cc286197f7a0bff82c13a4e98605c537a440769 [file] [log] [blame]
.text
.code16
_start16:
movl xtrn@got(%ebx), %eax
calll xtrn@plt
.code32
_start32:
movl xtrn@got(%ebx), %eax
calll xtrn@plt
.code64
_start64:
movq xtrn@got(%rbx), %rax
callq xtrn@plt