1        .globl foo
2	.type foo, @function
3foo:
4        .cfi_startproc
5        nop
6        .cfi_def_cfa_offset 4
7        nop
8        .cfi_register $29, $0
9        nop
10        .cfi_endproc
11