blob: 2edaeb20dc3f22d116c100176c6e669633f06e93 [file] [log] [blame]
.text
.globl foo
.protected foo
.type foo, @function
foo:
ret
.size foo, .-foo
.globl bar
.type bar, @function
bar:
leal foo@GOTOFF(%ecx), %eax
ret
.size bar, .-bar