This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Release Criteria
On Thu, Apr 27, 2000 at 05:42:46PM -0700, Richard Henderson wrote:
> On Thu, Apr 27, 2000 at 05:33:05PM -0700, Chip Salzenberg wrote:
> > Multiple versions of libgcc.so will be required on any given system,
> > because eventually we'll have to make an incompatible change.
>
I am late on this topic. Sorry if it has been resolved.
If we make libgcc.so, where do we put it? I hope it won't be in
/prefix/lib/gcc-lib/cpu-vendor-os/version. Otherwise, upgrading
gcc may break binaries. If we can encode the libgcc ABI into
it's soname, /prefix/lib/gcc-lib/cpu-vendor-os or
/prefix/lib/gcc-lib may be candidates.
H.J.