From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 26 21:06:09 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 AC569106568A for ; Thu, 26 Feb 2009 21:06:09 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 66D9C8FC1A for ; Thu, 26 Feb 2009 21:06:09 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id n1QL5oGQ027377; Thu, 26 Feb 2009 16:05:51 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Thu, 26 Feb 2009 16:05:51 -0500 (EST) Date: Thu, 26 Feb 2009 16:05:50 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Ed Schouten In-Reply-To: <20090226184021.GZ19161@hoeg.nl> Message-ID: References: <20090226180756.GX19161@hoeg.nl> <20090226182543.GY19161@hoeg.nl> <20090226184021.GZ19161@hoeg.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Reply-To: Daniel Eischen 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 21:06:09 -0000 On Thu, 26 Feb 2009, Ed Schouten wrote: > * Daniel Eischen wrote: >> 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. > > I assume I should just mark all symbols with version FBSD_1.1? If so, > the following patch should be good enough: > > http://80386.nl/pub/mp.diff Yeah, looks about right. That was easy :-) -- DE