mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +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
|