This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libtool, java woes
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: libtool, java woes
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Apr 2001 23:54:16 -0600
- Cc: Joe Buck <jbuck at racerx dot synopsys dot com>, Mark Mitchell <mark at codesourcery dot com>, aoliva at redhat dot com, jsturm at one-point dot com, java at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- References: <20010412170039.B14888@redhat.com> <200104130101.SAA22860@racerx.synopsys.com> <20010412181810.A15018@redhat.com>
- Reply-To: tromey at redhat dot com
>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:
>> But at least some of it is not just "C++ eh runtime support". It is "eh
>> runtime support", for multiple languages (shared at least with Java).
Richard> No it isn't. Not with the new eh abi. All of the common
Richard> stuff is in libgcc.
That's cool. It should solve our problem: with this code we should be
able to remove libsupc++ from our link (and then see whatever it is we
forgot :-).
Is the new EH ABI code going in gcc 3.0?
Tom