This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
unwind-pe.h vs unwind-dw2.c
- To: gcc-bugs at gcc dot gnu dot org
- Subject: unwind-pe.h vs unwind-dw2.c
- From: DJ Delorie <dj at redhat dot com>
- Date: Tue, 15 May 2001 16:34:32 -0400
unwind-dw2.c is conditional on !USING_SJLJ_EXCEPTIONS, but unwind-pe.h
is not. The latter uses _Unwind_GetTextRelBase, the former may or may
not provide it. So, targets still SJLJ exceptions can't always link :-(
(at least, 402 of my check-g++ cases failed because of this)