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]

Re: libtool, java woes


On Tue, Apr 10, 2001 at 07:03:20PM -0600, Tom Tromey wrote:
> We just want the exception handling code.  The compiler generates
> calls to this code without real user knowledge.

Ah.  It probably doesn't anymore on mainline.  Or, rather,
it shouldn't; you'll have to see how well I did... ;-)

The eh bits in libjava/exception.cc should be sufficient
for Java source, and C++ source that uses Java exceptions.
The bits in libsupc++ should only be needed for C++ source
that uses C++ exceptions.


r~


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