From owner-cvs-all Fri Sep 13 9: 1:33 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 7DD0737B400; Fri, 13 Sep 2002 09:01:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F78143E4A; Fri, 13 Sep 2002 09:01:28 -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 g8DG1RJU038312; Fri, 13 Sep 2002 09:01:27 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8DG1R1O038310; Fri, 13 Sep 2002 09:01:27 -0700 (PDT) Message-Id: <200209131601.g8DG1R1O038310@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 13 Sep 2002 09:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/gen Makefile.inc fabs.S 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/13 09:01:27 PDT Modified files: lib/libc/sparc64/gen Makefile.inc Added files: lib/libc/sparc64/gen fabs.S Log: Add an implementation of fabs() (which is quite trivial). When it is called directly, gcc is smart enough to generate inline code for it, which is why it wasn't noticed before that it was missing. fabs() would probably better fit into libm, but it has traditionally been in libc on FreeBSD, so there is probably software around that makes assumptions about this by now. Revision Changes Path 1.5 +1 -1 src/lib/libc/sparc64/gen/Makefile.inc 1.1 +37 -0 src/lib/libc/sparc64/gen/fabs.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message