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.)


Joern Rennecke <amylaar@cygnus.co.uk> writes:

> Or we could be lazy and use a major / minor number scheme for abi / libgcc2.

No, this won't work.  ELF has no understanding of minor versions.

You'll have to keep track of the ABI numbering.  What you don't have
to do is bump the version number for every newly added interface.
This is no problem and should be taken care of using versioning.  But
you'll have to bump the number for each and every actual change.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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