From owner-cvs-src@FreeBSD.ORG Sat Jun 28 18:01:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F5D21065686; Sat, 28 Jun 2008 18:01:50 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3258FC1C; Sat, 28 Jun 2008 18:01:50 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.2/8.14.2) with ESMTP id m5SI2U8G037330; Sat, 28 Jun 2008 14:02:30 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.2/8.14.2/Submit) id m5SI2UEg037329; Sat, 28 Jun 2008 14:02:30 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 28 Jun 2008 14:02:30 -0400 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20080628180230.GA37313@zim.MIT.EDU> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200806281758.m5SHwIl2083857@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806281758.m5SHwIl2083857@repoman.freebsd.org> Cc: Subject: Re: cvs commit: src/lib/libc/i386/gen _setjmp.S setjmp.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 18:01:50 -0000 On Sat, Jun 28, 2008, David Schultz wrote: > das 2008-06-28 17:58:06 UTC > > FreeBSD src repository > > Modified files: > lib/libc/i386/gen _setjmp.S setjmp.S > Log: > SVN rev 180081 on 2008-06-28 17:58:06Z by das > > We should also save and restore the MXCSR as on amd64, but detecting > whether the CPU supports SSE or not here is rather odious. Err, the first line of the commit message read: Don't clobber the FPU exception flags in longjmp. C99 requires them to remain unchanged. ...but got cut off somehow.