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]

Re: My proposal for the libgcc runtime ABI (ia64 gcc/glibc is broken.)


> I think the version number scheme isn't really an issue.  People don't
> seem to get that you cannot remove things from the ABI and/or replace
> things in the ABI without causing severe binary compatibility problems
> with shared libraries, especially on systems where libc depends on the
> shared libgcc.

Actually, the same is true without shared libraries, if the users just
want to keep using old .o files (inside or outside of static libraries)
together with ones compiled with a new compiler.

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