From owner-svn-src-all@FreeBSD.ORG Fri Jan 20 06:50:14 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60DD106568A; Fri, 20 Jan 2012 06:50:07 +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 46A588FC0C; Fri, 20 Jan 2012 06:50:06 +0000 (UTC) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.5/8.14.2) with ESMTP id q0K6o6Sh080997; Fri, 20 Jan 2012 01:50:06 -0500 (EST) (envelope-from das@freebsd.org) Received: (from das@localhost) by zim.MIT.EDU (8.14.5/8.14.2/Submit) id q0K6o6xO080996; Fri, 20 Jan 2012 01:50:06 -0500 (EST) (envelope-from das@freebsd.org) Date: Fri, 20 Jan 2012 01:50:06 -0500 From: David Schultz To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20120120065006.GA80490@zim.MIT.EDU> Mail-Followup-To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201201200616.q0K6GEwT026852@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201201200616.q0K6GEwT026852@svn.freebsd.org> Cc: Subject: Re: svn commit: r230363 - in head/lib/libc/softfloat: . bits32 bits64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 06:50:15 -0000 On Fri, Jan 20, 2012, David Schultz wrote: > Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the > original vendor, but we're using their heavily modified version.) > This brings in functions for long double emulation (both extended and > quad formats), which may be useful for testing, and also for replacing > libc/sparc64/fpu/. I'd appreciate it if an svn guru could let me know if anything needs to be done to record the fact that this is a merged copy of /vendor/NetBSD/softfloat/dist@230364. `svn merge --record-only $url' didn't do anything, I'm guessing because there's no history yet. The previous libc/softfloat sources were a mishmash, so I didn't try to recreate any merge history for those.