Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / unwind-2.s
CommitLineData
2468f9c9
PB
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
This page took 0.207992 seconds and 4 git commands to generate.