This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: My proposal for the libgcc runtime ABI (ia64 gcc/glibc is broken.)
- To: torvalds at transmeta dot com
- Subject: Re: My proposal for the libgcc runtime ABI (ia64 gcc/glibc is broken.)
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Wed, 12 Jul 00 23:53:23 EDT
- Cc: gcc at gcc dot gnu dot org
I think it was Kenner who said that libgcc should only contain code
that is actually called by gcc-generated code. That's a good
definition of what libgcc used to be. Why not go back to that, and
leave the whole EH thing into the hands of the glibc and other people
working on libraries and systems issues.
Yes, it was me who said that, but, as I understand it, the EH code *is*
called by gcc-generated code!