[libobjc]: Allow SjLj for x64 windows target

2013-07-03 Thread Kai Tietz
Hi, this patch fixes Obj-C's exception handling code for SEH x64. For it the guard for forcing SjLj was missing and therefore leads to issues, if OP wants to force SjLj. ChangeLog 2013-07-03 Kai Tietz * exception.c: Add check for SjLj to SEH blocks. Tested for x86_64-w64-mingw32, and i

Re: [libobjc]: Allow SjLj for x64 windows target

2013-07-03 Thread Andrew Pinski
On Wed, Jul 3, 2013 at 8:11 AM, Kai Tietz wrote: > Hi, > > this patch fixes Obj-C's exception handling code for SEH x64. For it > the guard for forcing SjLj was missing and therefore leads to issues, > if OP wants to force SjLj. > > ChangeLog > > 2013-07-03 Kai Tietz > > * exception.c: Add