From owner-cvs-all@FreeBSD.ORG Tue Mar 15 20:38:48 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AE616A4D8; Tue, 15 Mar 2005 20:38:48 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0989643D39; Tue, 15 Mar 2005 20:38:48 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j2FKbTDd097898; Tue, 15 Mar 2005 15:37:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j2FKbTcX097897; Tue, 15 Mar 2005 15:37:29 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Tue, 15 Mar 2005 15:37:29 -0500 From: David Schultz To: "David O'Brien" Message-ID: <20050315203729.GB95619@VARK.MIT.EDU> Mail-Followup-To: David O'Brien , Steve Kargl , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200503151553.j2FFrdeF075515@repoman.freebsd.org> <20050315181126.GA77247@troutmask.apl.washington.edu> <20050315191232.GA40227@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050315191232.GA40227@dragon.NUXI.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Steve Kargl Subject: Re: cvs commit: src/share/man/man3 Makefile src/lib/libc/alpha/gen Makefile.inc fpsetsticky.c src/lib/libc/amd64/gen Makefile.inc fpsetsticky.c src/lib/libc/powerpc/gen Makefile.inc fpsetsticky.c src/lib/libc/softfloat Makefile.inc src/lib/libc/sparc64/gen ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:38:49 -0000 On Tue, Mar 15, 2005, David O'Brien wrote: > On Tue, Mar 15, 2005 at 10:11:27AM -0800, Steve Kargl wrote: > > On Tue, Mar 15, 2005 at 03:53:39PM +0000, David Schultz wrote: > > > Log: > > > Remove fpsetsticky(). > > > > Library version bump? It took several years to live through > > the libm.so.2 fiasco, and I would hate to relive it. I haven't > > verified it yet, but you may have just broken NAGWare's Fortran > > 95 compiler without the version bump. > > We've already bumped libm.so for 6-CURRENT [to .3 from .2]. > This change certainly cannot be MFC'ed though. > > How would bumping libm.so not break NAGWare Fortran? It turns out that fpsetsticky() was misplaced in libc, and libc has already been bumped for 6.X. But as you point out, the bump probably wouldn't fix NAGWare Fortran if this change broke it. However, my change doesn't seem to have broken the demo version available on the NAG website. But if I did break anything, please let me know.