2011-05-09 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / unwind-2.s
1 .cfi_sections .c6xabi.exidx
2 .text
3
4 .global __c6xabi_unwind_cpp_pr3
5 .type __c6xabi_unwind_cpp_pr3, %function
6 __c6xabi_unwind_cpp_pr3:
7 .global _start
8 .type _start, %function
9 _start:
10 .cfi_startproc
11 .cfi_offset B3, 0
12 .cfi_def_cfa_offset 8
13 nop
14 .p2align 6
15 .cfi_endproc
16 .personalityindex 3
17 .endp
18
19 # last text section has unwind information. Linker should append a
20 # terminating cantunwind entry.
21
22 .section .far
23 .word 0
This page took 0.043839 seconds and 4 git commands to generate.