revert between 56095 -> 55830 in arch
[AROS.git] / arch / arm-all / arm-aeabi / unwind.S
blob80b2e36eec0e15775c8d203471a5e62de479056f
1 /*
2  * unwind.S
3  *
4  *  Created on: Feb 17, 2012
5  *      Author: Jason McMullan
6  *  $Id$
7  */
9 /* unwind operation stubs */
10         .align 2
11         .weak __aeabi_unwind_cpp_pr0
12         .type __aeabi_unwind_cpp_pr0,%function
13 __aeabi_unwind_cpp_pr0:
14         mov             r0,#0
15         bx              lr
17         .align 2
18         .weak __aeabi_unwind_cpp_pr1
19         .type __aeabi_unwind_cpp_pr1,%function
20 __aeabi_unwind_cpp_pr1:
21         mov             r0,#0
22         bx              lr