This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: bump linkmap versions?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 1 Aug 2002 09:55:27 -0700
- Subject: Re: bump linkmap versions?
- Organization: Red Hat / Chicago
- References: <20020731142702.605dc2a2.bkoz@redhat.com><ho8z3rvzn8.fsf@gee.suse.de>
- Reply-to: bkoz at redhat dot com
I'm forwarding a private email thread by permission of all participants.
-----
As the SONAME changed, you should start from scratch, ie. put all
symbols into
GLIBCPP_3.2 { ... }
and
CXXABI_1.2 { ... }
(if glibc for some reason decided someday that it will bump SONAME,
it would definitely kill all the compatibility cruft and start
at GLIBC_3.0 or whatever that would be - the configury is already
ready for that (for new architectures now)).
But RSN on mainline GLIBCPP_3.3 {} version should be added and
some automated process (in the regression tester) should be checking
the exported symbols (and new ones should be always added to the
new version).
Jakub