Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / unwind-1.s
CommitLineData
2468f9c9
PB
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
This page took 0.464314 seconds and 4 git commands to generate.