buildtools/binutils/ld/testsuite/ld-i386/protected4.s

13 lines
171 B
ArmAsm
Raw Permalink Normal View History

2013-04-03 21:39:13 +02:00
.text
.protected foo
.globl foo
.type foo, @function
foo:
ret
.size foo, .-foo
.globl bar
.type bar, @function
bar:
movl foo@GOTOFF(%ecx), %eax
.size bar, .-bar