mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
14 lines
167 B
ArmAsm
14 lines
167 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.protected foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
ret
|
||
|
.size foo, .-foo
|
||
|
.globl bar
|
||
|
.type bar, @function
|
||
|
bar:
|
||
|
leaq foo(%rip), %rax
|
||
|
ret
|
||
|
.size bar, .-bar
|