Home | History | Annotate | Download | only in ld-tic6x
      1 	.cfi_sections .c6xabi.exidx
      2 	.text
      3 	# section without unwind info
      4 	.global _start
      5 	.type _start, %function
      6 _start:
      7 	b .s2 _before
      8 	nop 5
      9 	.p2align 6
     10 
     11 	# Section that will be placed first
     12 	.section .before, "xa"
     13 	.type _before, %function
     14 _before:
     15 	.cfi_startproc
     16 	.cfi_offset B3, 0
     17 	.cfi_def_cfa_offset 8
     18 	nop
     19 	.p2align 6
     20 	.cfi_endproc
     21 	.personalityindex 3
     22 	.endp
     23 
     24 	# section that will be placed last
     25 	.section .after, "xa"
     26 	.global __c6xabi_unwind_cpp_pr3
     27 	.type __c6xabi_unwind_cpp_pr3, %function
     28 __c6xabi_unwind_cpp_pr3:
     29 	.cfi_startproc
     30 	.cfi_offset B10, 0
     31 	.cfi_def_cfa_offset 8
     32 	nop
     33 	.p2align 6
     34 	.cfi_endproc
     35 	.personalityindex 3
     36 	.endp
     37 
     38 	.section .far
     39 	.word 0
     40