mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
14 lines
174 B
ArmAsm
14 lines
174 B
ArmAsm
|
.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
|