blob: 65f1bfd722570d0bc621614057e23ab829baf960 [file] [log] [blame]
.text
.type foo, @function
foo:
ret
.size foo, .-foo
.globl bar
.type bar, @function
bar:
movl foo@GOT(%ecx), %eax
.size bar, .-bar