Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-common-1.s
1 .cfi_startproc simple
2 .long 0
3 .cfi_def_cfa 0, 16
4 .cfi_rel_offset 1, 8
5 .long 0
6 .cfi_adjust_cfa_offset 16
7 .cfi_rel_offset 2, 8
8 .cfi_endproc
This page took 0.030964 seconds and 4 git commands to generate.