1/*
2 * $FreeBSD$
3 */
4
5GCC_3.5 {
6 _Unwind_Complete;
7 _Unwind_VRS_Get;
8 _Unwind_VRS_Set;
9 _Unwind_VRS_Pop;
10 __aeabi_unwind_cpp_pr0;
11 __aeabi_unwind_cpp_pr1;
12 __aeabi_unwind_cpp_pr2;
13 __gnu_unwind_frame;
14};
15
16GCC_4.3.0 {
17 _Unwind_Backtrace;
18};
19