On Thu, 16 Feb 2012, Richard Henderson wrote: > On 02/16/2012 11:54 AM, Richard Henderson wrote: > > I'll work on a proper fix to the unwinder; we can then decide > > whether and when to apply it... > > Something like this. Not the best of solutions, but we've run out > of bits in the exception structure, and thus we can't use this > solution universally.
The new target macro UNWIND_FORCE_UNWIND_MASK in this patch * needs to be documented; * is only used in code in libgcc so should be in libgcc_tm.h via libgcc/config.host, not in the host-side gcc/config/ headers. (<http://gcc.gnu.org/wiki/Top-Level_Libgcc_Migration> lists existing target macros that have yet to be transitioned to libgcc_tm.h, though various parts of that page describe projects Rainer has now done.) -- Joseph S. Myers jos...@codesourcery.com