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