• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1	.syntax unified
2	.text
3	.global _start
4	.type _start, %function
5_start:
6	.fnstart
7	.save {r4, lr}
8	bx lr
9	.fnend
10
11	@ Section with no unwinding information.  Linker should insert a cantunwind entry.
12	.section .after, "xa"
13	.global __aeabi_unwind_cpp_pr0
14	.type __aeabi_unwind_cpp_pr0, %function
15__aeabi_unwind_cpp_pr0:
16	bx lr
17
18	.section .far
19	.word 0
20