From owner-cvs-src@FreeBSD.ORG Thu Dec 11 21:03:52 2003 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 BB82116A4CE; Thu, 11 Dec 2003 21:03:52 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E7D43D31; Thu, 11 Dec 2003 21:03:48 -0800 (PST) (envelope-from peterg@ptree32.com.au) Received: from ptree32.com.au (CPE-30-201.dsl.onthenet.net [203.144.30.201]) hBC53fZG063160; Fri, 12 Dec 2003 15:03:42 +1000 (EST) (envelope-from peterg@ptree32.com.au) Message-ID: <3FD94C50.5080005@ptree32.com.au> Date: Fri, 12 Dec 2003 15:04:16 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200312100917.hBA9H26R081659@repoman.freebsd.org> <3FD6F0F2.4955B5B2@freebsd.org> <3FD7CD6A.8010909@freebsd.org> <20031211030704.GA53066@dragon.nuxi.com> <3FD7FD29.7050803@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/powerpc/loader conf.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, 12 Dec 2003 05:03:52 -0000 >>In file included from src/lib/libc/include/fpmath.h:31, >> from src/lib/libc/gen/fpclassify.c:35: >>src/lib/libc/powerpc/_fpmath.h:34: warning: width of `manh' exceeds its type >>src/lib/libc/powerpc/_fpmath.h:35: warning: width of `manl' exceeds its type >>*** Error code 1 > > > This seems to have been fixed by one of grehan's recent commits. The > PowerPC tinderbox now runs to completion. Woohoo! Thanks. later, Peter.