1# We must use the unwinder provided by the OS, even if that has 2# limitations or bug, so exclude the libgcc_s symbols. 3 4%exclude { 5 _Unwind_DeleteException 6 _Unwind_Find_FDE 7 _Unwind_ForcedUnwind 8 _Unwind_GetGR 9 _Unwind_GetIP 10 _Unwind_GetLanguageSpecificData 11 _Unwind_GetRegionStart 12 _Unwind_GetTextRelBase 13 _Unwind_GetDataRelBase 14 _Unwind_RaiseException 15 _Unwind_Resume 16 _Unwind_SetGR 17 _Unwind_SetIP 18 _Unwind_SjLj_Register 19 _Unwind_SjLj_Unregister 20 _Unwind_SjLj_RaiseException 21 _Unwind_SjLj_ForcedUnwind 22 _Unwind_SjLj_Resume 23 _Unwind_FindEnclosingFunction 24 _Unwind_GetCFA 25 _Unwind_Backtrace 26 _Unwind_Resume_or_Rethrow 27 _Unwind_SjLj_Resume_or_Rethrow 28 _Unwind_GetIPInfo 29 30 __register_frame 31 __register_frame_table 32 __deregister_frame 33 __register_frame_info 34 __deregister_frame_info 35 __frame_state_for 36 __register_frame_info_table 37} 38