This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
- To: hjl at valinux dot com
- Subject: Re: A completely different approach to EH runtime
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Wed, 21 Feb 01 14:59:35 EST
- Cc: gcc at gcc dot gnu dot org
Let me repeat. Any solution for Linux has to be worked out between
glibc and gcc, not by gcc alone.
How can there *possibly* be any interaction between glibc and gcc? The vast
majority of systems on which GCC is run don't even *use* glibc.
The routines in libgcc are meant to be called *only* by calls inserted
by GCC. Any other usage is incorrect and should be fixed.