mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
8 lines
103 B
ArmAsm
8 lines
103 B
ArmAsm
|
.text
|
||
|
.type foo, %gnu_indirect_function
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
ret
|
||
|
.size foo, .-foo
|