mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +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
|