Date: Fri, 25 Oct 2002 12:47:31 -0700 From: Maxime Henrion <mux@freebsd.org> 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> In-Reply-To: <200210251941.g9PJfWxg023702@repoman.freebsd.org> References: <200210251941.g9PJfWxg023702@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025194731.GS26605>