From owner-cvs-all Fri Oct 25 12:47:32 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 C88C037B401; Fri, 25 Oct 2002 12:47:31 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654A643E88; Fri, 25 Oct 2002 12:47:31 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 46248AE312; Fri, 25 Oct 2002 12:47:31 -0700 (PDT) Date: Fri, 25 Oct 2002 12:47:31 -0700 From: Maxime Henrion To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc c-format.c src/sys/ddb db_examine.c src/sys/kern subr_prf.c Message-ID: <20021025194731.GS26605@elvis.mu.org> References: <200210251941.g9PJfWxg023702@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210251941.g9PJfWxg023702@repoman.freebsd.org> User-Agent: Mutt/1.4i 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 Maxime Henrion wrote: > mux 2002/10/25 12:41:32 PDT > > Modified files: > contrib/gcc c-format.c > sys/ddb db_examine.c > sys/kern subr_prf.c > Log: > - Rename the DDB specific %z printf format to %y. > - Make DDB use %y instead of %z. > - Teach GCC about %y. > - Implement support for the C99 %z format modifier. If you compile DDB into your kernel, you will have to recompile gcc so that it doesn't bitch about %y. Either that or use "make WERROR=". Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message