From owner-cvs-src@FreeBSD.ORG Wed Jun 22 18:28:08 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 EA56E16A41C; Wed, 22 Jun 2005 18:28:08 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 569EF43D48; Wed, 22 Jun 2005 18:28:08 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j5MIS7dK004651; Wed, 22 Jun 2005 20:28:07 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j5MIS2Ru004650; Wed, 22 Jun 2005 20:28:02 +0200 (CEST) (envelope-from marius) Date: Wed, 22 Jun 2005 20:28:02 +0200 From: Marius Strobl To: Stefan Farfeleder Message-ID: <20050622202802.B54619@newtrinity.zeist.de> References: <200506212113.j5LLD8Zi074085@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200506212113.j5LLD8Zi074085@repoman.freebsd.org>; from stefanf@freebsd.org on Tue, Jun 21, 2005 at 09:13:07PM +0000 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.31.0.7; VDF: 6.31.0.90; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Jun 2005 18:28:09 -0000 On Tue, Jun 21, 2005 at 09:13:07PM +0000, Stefan Farfeleder wrote: > stefanf 2005-06-21 21:13:07 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sparc64/fpu fpu_qp.c > Log: > Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparc > Compliance Definition. On sparc64, GCC emits _Qp_cmp() calls for its > __builtin_isfoo() functions which are used for C99's isfoo() macros. > > Approved by: re(dwhite) > PR: 73782 > Thanks! Marius