From owner-cvs-all@FreeBSD.ORG Sun Jun 6 03:04:00 2004 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 5C77216A4CE; Sun, 6 Jun 2004 03:04:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6BC43D45; Sun, 6 Jun 2004 03:04:00 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i56A40WJ008287; Sun, 6 Jun 2004 10:04:00 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i56A40F3008286; Sun, 6 Jun 2004 10:04:00 GMT (envelope-from das) Message-Id: <200406061004.i56A40F3008286@repoman.freebsd.org> From: David Schultz Date: Sun, 6 Jun 2004 10:03:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/arm fenv.c fenv.h 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: Sun, 06 Jun 2004 10:04:00 -0000 das 2004-06-06 10:03:59 UTC FreeBSD src repository Added files: lib/msun/arm fenv.c fenv.h Log: Add an fenv.h implementation for the arm port. It does not appear to be possible to cross-build arm from i386 at the moment, and I have no ARM hardware anyway. Thus, I'm sure there are bugs. I will gladly fix these when the arm port is more mature. Reviewed by: standards@ Revision Changes Path 1.1 +35 -0 src/lib/msun/arm/fenv.c (new) 1.1 +195 -0 src/lib/msun/arm/fenv.h (new)