mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
10 lines
164 B
ArmAsm
10 lines
164 B
ArmAsm
|
.globl foo
|
||
|
foo:
|
||
|
.cfi_startproc
|
||
|
nop
|
||
|
.cfi_def_cfa_offset 4
|
||
|
nop
|
||
|
.cfi_register $29, $0
|
||
|
nop
|
||
|
.cfi_endproc
|