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]
Other format: [Raw text]

Re: bump libgcc_s.so version number?


Richard Zidlicky <rz@linux-m68k.org> writes:

> Hello,
> 
> m68k-linux had exception handling changes that make libgcc (and
> libstdc++) conflict with the version from gcc-3.2. Would it be
> possible to bump the so version for gcc-3.4 ?

I believe there's little or no benefit to doing this, even if only for
m68k-linux; you just trade one kind of ABI breakage for a different
kind.  The right thing to do is to use symbol versioning to supply
both the old and new routines in the same libgcc, and have them
interoperate.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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