This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 4.8] use ip+cfa to identify unwind frames, if possible


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
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]