Retro68/binutils/ld/testsuite/ld-i386/pr20830.s
2017-04-10 13:32:00 +02:00

9 lines
118 B
ArmAsm

.text
.globl foo
.type foo, @function
foo:
.cfi_startproc
call func@plt
movl func@GOT(%ebx), %eax
.cfi_endproc