GCJ/minGW produced executables and linux/wine
Jeff Sturm
jsturm@one-point.com
Tue Mar 4 15:08:00 GMT 2003
On Tue, 4 Mar 2003, Ranjit Mathew wrote:
> > > > Your exception handling is totally busted.
> > >
> > > Indeed. Do we now need -fcheck-references even on a sjlj-target?
>> Is it *really* built as an SJLJ target?
Yes:
bash-2.05$ nm Array_3.exe | grep SjLj
00401eb0 T __Unwind_SjLj_ForcedUnwind
00401c40 T __Unwind_SjLj_RaiseException
004019e0 T __Unwind_SjLj_Register
00401fa0 T __Unwind_SjLj_Resume
00401a80 T __Unwind_SjLj_Unregister
> I mean, unless you specify
> "--enable-sjlj-exceptions" explicitly during GCC configuration, it
> builds as a DWARF-2 EH using target.
Hmm... that's not what I observe. Not on the 3.3 branch at least.
Jeff
More information about the Java
mailing list