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 06:26:59PM -0700, Mark Mitchell wrote:
> > I still don't think you should link in libsupc++, though.  Instead, we
> > should package the EH code separately, as a shared object, or put it
> > back in libgcc.  (Having it in libgcc doesn't prevent using other
> > personality routines for outher languages.)  
> 
> I don't think we should put the C++ eh runtime support in libgcc,
> nor any "common" eh library.

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).



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