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]

unwind-pe.h vs unwind-dw2.c



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)


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