Re: [Patch Darwin/m32/ObjC] Fix m32 ObjC exceptions model breakage.

2012-06-25 Thread Mike Stump
On Jun 25, 2012, at 12:52 AM, Iain Sandoe wrote: > OK for trunk? Ok. > * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Move NeXT > runtime > exceptions model setting from here ... > * config/darwin.c (darwin_override_options): ... to here. Kinda nasty how delicate thi

[Patch Darwin/m32/ObjC] Fix m32 ObjC exceptions model breakage.

2012-06-25 Thread Iain Sandoe
Hello H.J. i686-Darwin, m32, ObjC is still broken from the patch to "Add OPTION_MASK_ISA_X86_64 and support TARGET_BI_ARCH == 2" As I pointed out in [1], in the case of the NeXT runtime, the ABI and exceptions model depend on the multi-lib. Currently, the exceptions model is set from C_COMMON_