From owner-cvs-src@FreeBSD.ORG Fri May 14 05:14:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081E616A4CE; Fri, 14 May 2004 05:14:40 -0700 (PDT) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E4943D55; Fri, 14 May 2004 05:14:38 -0700 (PDT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.12.11/8.12.11) with ESMTP id i4ECJ4jw042779; Fri, 14 May 2004 14:19:04 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.12.11/8.12.11/Submit) id i4ECJ4u6042778; Fri, 14 May 2004 14:19:04 +0200 (CEST) (envelope-from doginou) Date: Fri, 14 May 2004 14:19:03 +0200 From: Olivier Houchard To: Olivier Houchard Message-ID: <20040514121903.GA42765@ci0.org> References: <200405141213.i4ECD66U078226@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405141213.i4ECD66U078226@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/softfloat Makefile.inc README.NetBSD README.txt eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c nedf2.c negdf2.c negsf2.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 14 May 2004 12:14:40 -0000 On Fri, May 14, 2004 at 05:13:06AM -0700, Olivier Houchard wrote: > cognet 2004/05/14 05:13:06 PDT > > FreeBSD src repository > > Added files: > lib/libc/softfloat Makefile.inc README.NetBSD README.txt > eqdf2.c eqsf2.c fpgetmask.c fpgetround.c > fpgetsticky.c fpsetmask.c fpsetround.c > fpsetsticky.c gedf2.c gesf2.c gtdf2.c > gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c > nedf2.c negdf2.c negsf2.c nesf2.c > softfloat-for-gcc.h softfloat-history.txt > softfloat-source.txt softfloat-specialize > softfloat.txt timesoftfloat.c > timesoftfloat.txt unorddf2.c unordsf2.c > lib/libc/softfloat/bits32 softfloat-macros softfloat.c > lib/libc/softfloat/bits64 softfloat-macros softfloat.c > lib/libc/softfloat/templates milieu.h softfloat-specialize > softfloat.h > Log: > Import the softfloat emulation library, needed for FreeBSD/arm right now. > It should become useless when gcc 3.4 will be imported, as libgcc from > gcc 3.4 contains this bits for arm. > This was obtained from NetBSD as well.