mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
13 lines
167 B
ArmAsm
13 lines
167 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.protected foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
ret
|
||
|
.size foo, .-foo
|
||
|
.globl bar
|
||
|
.type bar, @function
|
||
|
bar:
|
||
|
movabsq $foo@GOTOFF, %rax
|
||
|
.size bar, .-bar
|