ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / unwind-3.s
1 .cfi_sections .c6xabi.exidx
2
3 .text
4 # standard layout
5 .p2align 8
6 foo:
7 .cfi_startproc
8 .personalityindex 0
9 stw .d2t2 B3, *B15--(16)
10 .cfi_def_cfa_offset 16
11 .cfi_offset B3, 0
12
13
14 .section .text.bar, "ax"
15
16 bar:
17 .cfi_startproc
18 stw .d2t2 B13, *B15--(16)
19 .cfi_def_cfa_offset 64
20 .cfi_offset B13, 0
21 stw .d2t2 B13, *+B15(12)
22 .cfi_offset B11, -4
23 nop 4
24 .cfi_endproc
25 .endp
26
27 .text
28
29 stw .d2t1 A10, *+B15(12)
30 .cfi_offset A10, -4
31 nop 4
32 .cfi_endproc
33 .endp
This page took 0.040076 seconds and 4 git commands to generate.