This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: rfc: limited shared libgcc widgetry
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: rfc: limited shared libgcc widgetry
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 26 Sep 2000 23:39:12 -0700
I don't like the idea of a shared libgcc, at least not with that name.
What I like to see is a compiler-natural, language-natural library with
a published ABI, which can be used by gcc and may have to be compiled
with gcc. It should be in the top level directory. It is somewhat
closer to libc than gcc. For Linux, it may be a system library.
H.J.