Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-arc-1.s
1 .file "foo.c"
2 .cpu HS
3 .section .text
4 .align 4
5 .cfi_startproc
6 foo:
7 st.a r13,[sp,-48]
8 .cfi_def_cfa_offset 48
9 .cfi_offset r13, -48
10 .LCFI0:
11 std r14,[sp,4]
12 .cfi_adjust_cfa_offset 4
13 .cfi_offset r14, -44
14 .cfi_rel_offset r15, 12
15 st.a fp,[sp,-4]
16 .cfi_rel_offset fp, 0
17 mov_s fp,sp
18 .cfi_def_cfa_register fp
19 j_s [blink]
20 .cfi_endproc
21 .size foo, .-foo
This page took 0.030864 seconds and 4 git commands to generate.