1 .syntax unified 2 .text 3 4 .global __aeabi_unwind_cpp_pr0 5 .type __aeabi_unwind_cpp_pr0, %function 6__aeabi_unwind_cpp_pr0: 7 .global _start 8 .type _start, %function 9_start: 10 .fnstart 11 .save {r4, lr} 12 bx lr 13 .fnend 14 15 @ last text section has unwind information. Linker should append a 16 @ terminating cantunwind entry. 17 18 .section .far 19 .word 0 20