mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
13 lines
143 B
ArmAsm
13 lines
143 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.type foo,%gnu_indirect_function
|
||
|
foo:
|
||
|
ret
|
||
|
.globl _start
|
||
|
_start:
|
||
|
call foo@PLT
|
||
|
.globl __start
|
||
|
__start:
|
||
|
.data
|
||
|
.dc.a foo
|