This is the mail archive of the gcc-patches@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: libgcc c++ support bits moved


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

> On Fri, Nov 10, 2000 at 09:30:16PM +0000, Jason Merrill wrote:
>> However, I still think it's important to keep the freestanding support
>> library separate from the hosted library, since the latter has a bunch
>> of startup code that should not be imposed on folks that don't use the
>> functionality.

> This has been done.  If you configure for v3, you'll get a
> libsupc++.a.

Ah.  Well, never mind then.  :)

> This additional support library is incorporated into libstdc++.{a,so},
> so under normal hosted conditions you don't need to think about the
> support library.  But it is there nontheless.

I would prefer that it be separate from libstdc++.so, for the same
reason as libgcc.so.  Including it in the .a should be fine, if that's
simpler.

> Given that v2 is going away soon, I didn't think it worth the effort
> to do the proper makefile hackery in that subdirectory.

Agreed.

Jason

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