URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-tic6x/] [unwind-1.s] - Rev 327
Go to most recent revision | Compare with Previous | Blame | View Log
.cfi_sections .c6xabi.exidx .text .global _start .type _start, %function _start: .cfi_startproc .cfi_offset B3, 0 .cfi_def_cfa_offset 8 nop .p2align 6 .cfi_endproc .personalityindex 3 .endp # Section with no unwinding information. # Linker should insert a cantunwind entry. .section .after, "xa" .global __c6xabi_unwind_cpp_pr3 .type __c6xabi_unwind_cpp_pr3, %function __c6xabi_unwind_cpp_pr3: nop .p2align 6 .section .far .word 0
Go to most recent revision | Compare with Previous | Blame | View Log