mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
10 lines
139 B
ArmAsm
10 lines
139 B
ArmAsm
|
.abiversion 2
|
||
|
.section .text,"axG",%progbits,foo,comdat
|
||
|
.globl foo
|
||
|
.type foo,%function
|
||
|
foo:
|
||
|
0:
|
||
|
.localentry foo,0
|
||
|
blr
|
||
|
.size foo,.-0b
|