This is the mail archive of the gcc-bugs@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]

Re: SJLJ exceptions are broken


On Tue, May 15, 2001 at 05:07:36PM -0700, Mark Mitchell wrote:
> to functions not defined in libgcc.  In particular,
> _Unwind_Get{Data,Text}RelBase are not defined with using SJLJ
> exceptions, because all of unwind-dw2.c is commented out, but they are
> referred to because unwind-pe.h talks about them, and that file is
> included in libsupc++'s exception_support.cc.
> 
> How is this supposed to work?

Oops.  I should add stub versions to unwind-sjlj.c.  They 
needn't do anything, since they won't be used, but clearly
they need to be present.


r~


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