From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 26 18:25:44 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B94C1065670; Thu, 26 Feb 2009 18:25:44 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7478FC16; Thu, 26 Feb 2009 18:25:44 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 818B41CDE5; Thu, 26 Feb 2009 19:25:43 +0100 (CET) Date: Thu, 26 Feb 2009 19:25:43 +0100 From: Ed Schouten To: Daniel Eischen Message-ID: <20090226182543.GY19161@hoeg.nl> References: <20090226180756.GX19161@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4nn+A2p41ba1mxGd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: hackers@freebsd.org Subject: Re: Renaming all symbols in libmp(3) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 18:25:44 -0000 --4nn+A2p41ba1mxGd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Daniel Eischen 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. --=20 Ed Schouten WWW: http://80386.nl/ --4nn+A2p41ba1mxGd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmm3qcACgkQ52SDGA2eCwVAVACfUiDVlfc8BEVoaUOFYzLx/Yhc cXIAniLcU9T0ls6RJbdLDYdq3k/KmLLV =Q2+Z -----END PGP SIGNATURE----- --4nn+A2p41ba1mxGd--