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: [patch i386 mingw]: Disallow DW2 unwind for 64-bit and multilib


> this patch disables the use of DW2 unwind (DWARF2_UNWIND_INFO) for 64-bit 
> and multilib builds. It stops build of gcc by an error message for 
> multilib x86, when sjlj isn't the default unwind mechanism. This is 
> necessary, as 64-bit Windows DW2 unwind isn't supported and a switching 
> between those both mechanisms in multilib isn't possible.

BTW, do you know how hard it would be to get dwarf2 unwind based exceptions
working on 64 bit windows? What are the missing/blocking points?

Arno


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