x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-common-2.s
1 .cfi_startproc simple
2 .long 0
3 .cfi_def_cfa 0, 16
4 .long 0
5 .cfi_remember_state
6 .long 0
7 .cfi_adjust_cfa_offset -16
8 .long 0
9 .cfi_restore_state
10 .long 0
11 .cfi_adjust_cfa_offset -16
12 .cfi_endproc
This page took 0.058226 seconds and 4 git commands to generate.