[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-label.s
1 .text
2 cfilabel:
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.030193 seconds and 4 git commands to generate.