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?


On Mon, Jan 05, 2004 at 12:05:27PM -0800, Geoff Keating wrote:
> 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.

Interoperation is impossible.

This is really no different from the ABI incompatibility that you'll
get if you configure with --enable-sjlj-exceptions on i386.  I see
no benefit to doing *anything* with the version number here.


r~


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