xref: /optee_os/lib/libutils/ext/arch/arm/aeabi_unwind.c (revision 387b0ee39b1b8d5a8a0db68a0a4535d2d621342d)
1 // SPDX-License-Identifier: BSD-2-Clause
2 /*
3  * Copyright (c) 2017, Linaro Limited
4  */
5 
6 void __aeabi_unwind_cpp_pr0(void);
7 void __aeabi_unwind_cpp_pr0(void)
8 {
9 }
10 
11 void __aeabi_unwind_cpp_pr1(void);
12 void __aeabi_unwind_cpp_pr1(void)
13 {
14 }
15 
16 void __aeabi_unwind_cpp_pr2(void);
17 void __aeabi_unwind_cpp_pr2(void)
18 {
19 }
20 
21