* subsegs.h (struct frchain): Add frch_cfi_data field.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-common-5.s
1 .text
2 .cfi_startproc simple
3
4 .subsection 3
5 .cfi_startproc simple
6 .long 0
7 .cfi_def_cfa 0, 16
8 .previous
9
10 .long 0
11 .cfi_remember_state
12
13 .subsection 3
14 .long 0
15 .cfi_adjust_cfa_offset -16
16 .previous
17
18 .long 0
19 .cfi_restore_state
20 .cfi_endproc
21
22 .subsection 3
23 .cfi_endproc
24 .previous
This page took 0.051495 seconds and 4 git commands to generate.