From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 20:39:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDCB816A4CE; Wed, 29 Sep 2004 20:39:41 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E1043D45; Wed, 29 Sep 2004 20:39:41 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i8TKdYsh030797; Wed, 29 Sep 2004 16:39:34 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i8TKdYHM030796; Wed, 29 Sep 2004 16:39:34 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 29 Sep 2004 16:39:34 -0400 From: David Schultz To: Kris Kennaway Message-ID: <20040929203934.GA30629@VARK.MIT.EDU> Mail-Followup-To: Kris Kennaway , re@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Thomas Dickey References: <20040929030546.GE16305@electra.cse.Buffalo.EDU> <20040929092710.GA59303@cat.robbins.dropbear.id.au> <20040929123100.GA600@electra.cse.Buffalo.EDU> <20040929135217.GA16594@saltmine.radix.net> <20040929164422.GA9262@xor.obsecurity.org> <20040929171619.GC26065@saltmine.radix.net> <20040929172721.GA12793@xor.obsecurity.org> <20040929180703.GA16806@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040929180703.GA16806@xor.obsecurity.org> cc: Thomas Dickey cc: freebsd-current@FreeBSD.ORG cc: re@FreeBSD.ORG Subject: Re: HEADS-UP: Library version number bumps (revised) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 20:39:41 -0000 On Wed, Sep 29, 2004, Kris Kennaway wrote: > ==> Comparing symbols in libm.so.2 > 2) __arch___ieee754_acos removed with no replacement > 2) __arch___ieee754_asin removed with no replacement [...] > 2) __i387_sin removed with no replacement > 2) __i387_tan removed with no replacement FWIW, all of these are internal interfaces that nobody in their right mind should be using.[1] But I still support bumping libm's version number, so people won't be able to complain that they can't link it against FreeBSD 3.X applications. [1] See src/lib/msun/src/math_private.h,v 1.15 for history.