On Thu, 26 Feb 2009, Ed Schouten wrote:
* Daniel Eischen <[email protected]> wrote:
Why don't you add symbol versioning to libmp, so that old
binaries will still work, but new ones will get the new
symbols by default. Hmm, will that work without bumping
SHLIB_MAJOR? You might want to play around with it and
see.
Well, even without symbol versioning this could be done, by just making
a __strong_reference() between the symbols, but I decided not to do so.
I think solutions like these are perfect when just renaming/removing a
couple of symbols, but because we're basically touching everything, I
thought we'd better just use the old approach.
Well, as long as you're in there, maybe you should add
symbol versioning anyway, even after a library version
bump. Seems like it would be easy since there aren't
that many symbols.
--
DE
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"