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

Ulrich Drepper drepper@redhat.com
Mon Jul 10 17:58:00 GMT 2000


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   `------------------------


More information about the Gcc mailing list