This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: A shared version of libgcc


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> On Mon, May 01, 2000 at 04:12:59PM -0700, Mark Mitchell
    Richard> wrote:
    >> >> And what about the C++ specific symbols?  Since we control
    >> >> libstdc++, we have some additional flexibility here:
    >> 
    >> Actually, these aren't C++-specific symbols.  There EH-specific
    >> symbols.

    Richard> No, we're talking about __builtin_new etc which is also
    Richard> in libgcc.

Oh, my mistake.  Yes, those guys could go into a C++-specific library.
That place shouldn't be libstdc++, though; you should no more need
libstdc++ to build a C++ program than you should need libc to build a
C program.  Some of these functions (new, delete, RTTI support, etc.)
are require to implement the base language, I think.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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