aboutsummaryrefslogtreecommitdiff
path: root/lib/libutils/ext/arch/arm/aeabi_unwind.c
blob: eccc12ebf51d629b97943ba445a4a796d593070e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: BSD-2-Clause
/*
 * Copyright (c) 2017, Linaro Limited
 * All rights reserved.
 */

void __aeabi_unwind_cpp_pr0(void);
void __aeabi_unwind_cpp_pr0(void)
{
}

void __aeabi_unwind_cpp_pr1(void);
void __aeabi_unwind_cpp_pr1(void)
{
}

void __aeabi_unwind_cpp_pr2(void);
void __aeabi_unwind_cpp_pr2(void)
{
}