Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-label.s
CommitLineData
69602580
JB
1 .text
2cfilabel:
3 .cfi_startproc
4 .cfi_remember_state
5 nop
6 .globl cfi1
7 .cfi_label cfi1
8 .cfi_escape 0, 0, 0
9 nop
10 .cfi_label cfi2
11 .cfi_escape 0, 0
12 nop
13 .cfi_label .Lcfi3
14 .cfi_escape 0
15 .cfi_restore_state
16 ret
17 .cfi_endproc
18 .type cfilabel, STT_FUNC
19 .size cfilabel, . - cfilabel
This page took 0.218097 seconds and 4 git commands to generate.