]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/unwind-mix2.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / unwind-mix2.s
1 .syntax unified
2 .text
3 .global __aeabi_unwind_cpp_pr1
4 .type __aeabi_unwind_cpp_pr1, %function
5 __aeabi_unwind_cpp_pr1:
6 bx lr
7
8 .global end
9 .type end, %function
10 end:
11 .fnstart
12 .save {r4, lr}
13 bx lr
14 .fnend
15