This is the mail archive of the gcc-patches@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: [v3] bump versioning on branch


On Aug 14, 2001, Benjamin Kosnik <bkoz@redhat.com> wrote:

> - libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
> + libstdc___la_LDFLAGS = -version-info 3:1:0 -lm
  
This would mean that GCC 3.0.1's libstdc++-v3 is binary compatible
with 3.0's, which I'm not sure is the case given some differences in
the layout of empty or virtual base classes (I don't recall exactly).
If these changes don't affect libstdc++-v3, this patch is ok.
Otherwise, we have an interface change, in which case CURRENT should
be incremented and both REVISION and AGE should be set to 0, as per
the libtool manual.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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