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