This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Shared library annoyance with gcc-3_0-branch
- To: jbuck at synopsys dot com
- Subject: Re: Shared library annoyance with gcc-3_0-branch
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Wed, 21 Feb 01 07:51:28 EST
- Cc: gcc at gcc dot gnu dot org
But we can't just move exception handling to a language-specific
library, because we are attempting to support cross-language exception
mechanisms (for example, C++ and Ada).
Right, but that doesn't mean it has to be in libgcc. I would be happier
if libgcc were just the basic support routines in libgcc[12].c and if
the exception routines (because they have been problematic) were moved
into a new library, say libgcceh.