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: libsupc++


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

> On Friday, December 22, 2000 10:27 AM, Richard Henderson [SMTP:rth@redhat.com] 
> wrote:
>> On Thu, Dec 21, 2000 at 06:07:57PM -0800, Anthony Green wrote:
>> > It's an unfortunate choice of names.
>> 
>> Why, what would you have called it?

> libeh?  Perhaps there's no good alternative.  It looks like a library for 
> supporting C++, but my impression was that it really isn't C++ specific.

libsupc++ is the necessary library code for a freestanding implementation
of C++.  It is very C++ specific.  The generic EH library code remains in
libgcc.

Jason

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