From owner-cvs-all Sat Sep 14 11: 6:25 2002 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 E04A137B400; Sat, 14 Sep 2002 11:06:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A685643E75; Sat, 14 Sep 2002 11:06:22 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8EI6MJU025624; Sat, 14 Sep 2002 11:06:22 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8EI6MBG025623; Sat, 14 Sep 2002 11:06:22 -0700 (PDT) Message-Id: <200209141806.g8EI6MBG025623@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 14 Sep 2002 11:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetround.c fpsetsticky.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/09/14 11:06:22 PDT Modified files: lib/libc/sparc64/gen Makefile.inc Added files: lib/libc/sparc64/gen fpgetmask.c fpgetround.c fpgetsticky.c fpsetround.c fpsetsticky.c Log: Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), fpsetround(), fpsetsticky(), obtained from NetBSD and tweaked a little to use definitions from machine/fsr.h instead of magic numbers. Revision Changes Path 1.6 +2 -1 src/lib/libc/sparc64/gen/Makefile.inc 1.1 +22 -0 src/lib/libc/sparc64/gen/fpgetmask.c (new) 1.1 +21 -0 src/lib/libc/sparc64/gen/fpgetround.c (new) 1.1 +21 -0 src/lib/libc/sparc64/gen/fpgetsticky.c (new) 1.1 +30 -0 src/lib/libc/sparc64/gen/fpsetround.c (new) 1.1 +30 -0 src/lib/libc/sparc64/gen/fpsetsticky.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message