This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: GCJ/minGW produced executables and linux/wine


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


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