Retro68/binutils/gold/testsuite/i386_mov_to_lea2.s
2017-04-10 13:32:00 +02:00

11 lines
140 B
ArmAsm

.text
.type foo, @function
foo:
ret
.size foo, .-foo
.globl bar
.type bar, @function
bar:
movl foo@GOT(%ecx), %eax
.size bar, .-bar