mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
17 lines
226 B
Text
17 lines
226 B
Text
/*
|
|
*/
|
|
|
|
GCC_3.5 {
|
|
_Unwind_Complete;
|
|
_Unwind_VRS_Get;
|
|
_Unwind_VRS_Set;
|
|
_Unwind_VRS_Pop;
|
|
__aeabi_unwind_cpp_pr0;
|
|
__aeabi_unwind_cpp_pr1;
|
|
__aeabi_unwind_cpp_pr2;
|
|
__gnu_unwind_frame;
|
|
};
|
|
|
|
GCC_4.3.0 {
|
|
_Unwind_Backtrace;
|
|
};
|