This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
- To: thospel at mail dot dma dot be (Ton Hospel)
- Subject: Re: A completely different approach to EH runtime
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Wed, 28 Feb 2001 17:02:46 +0000
- cc: gcc at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Organization: ARM Ltd.
- Reply-To: Richard dot Earnshaw at arm dot com
> Is this incredibly naive ?
>
Yes, (one I fell for once).
> As soon as you add functions, give libgcc_s.so a new major number, but
> only put the NEW functions in there.
> Have the old functions however come from the OLD library (have a
> unique symbol in each of them so you can pull it in)
If you bump the major verison of libgcc_s.so, you have to bump the major
version of libc.so and hence every other shared library in the system.
R.