------- Comment #10 from s_j_newbury at yahoo dot co dot uk 2007-03-24 17:30 ------- (In reply to comment #3) > Created an attachment (id=13262) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13262&action=view) [edit] > EABI can't implement _Unwind_Backtrace > > This patch is from this bug: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29206 >
This patch doesn't help right now. It only affects sjlj exceptions and they obviously aren't used due to --disable-sjlj-exceptions anyhow. Using this patch as is causes _Unwind_Reason_Code to be undefined when sjlj exceptions are disabled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31325