mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
14 lines
179 B
ArmAsm
14 lines
179 B
ArmAsm
|
.text
|
||
|
.cfi_sections .sframe
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
.cfi_startproc
|
||
|
.cfi_def_cfa_offset 16
|
||
|
.cfi_def_cfa 7, 8
|
||
|
.cfi_endproc
|
||
|
|
||
|
.globl _start
|
||
|
_start:
|
||
|
.long foo
|