This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A shared version of libgcc
- To: kettenis at wins dot uva dot nl, rth at cygnus dot com
- Subject: Re: A shared version of libgcc
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 1 May 2000 17:42:13 -0700 (PDT)
- Cc: drepper at cygnus dot com, gcc at gcc dot gnu dot org, mark at codesourcery dot com
> Date: Tue, 2 May 2000 01:46:50 +0200
> From: Mark Kettenis <kettenis@wins.uva.nl>
> It will be hard to do this while keeping the ABI compatible with the
> current implementation. The current LinuxThreads ABI exposes quite
> a lot of its implementation details. I even doubt if we can support
> mutexes shared by multiple processes within the current LinuxThreads
> ABI.
Don't worry, the C++ abi, to work, must address these issues, so we
just do what they mandate, and it will all just work. :-)