From owner-cvs-all Thu Apr 8 9:11:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A1F214C9E; Thu, 8 Apr 1999 09:11:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA79962; Thu, 8 Apr 1999 09:09:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199904081609.JAA79962@freefall.freebsd.org> From: Bruce Evans Date: Thu, 8 Apr 1999 09:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc c-common.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/04/08 09:09:04 PDT Modified files: contrib/egcs/gcc c-common.c Log: Fixed kernel format checking: - plain %r and %z were disallowed. The hard NULs in the warnings were hopefully caused by disallowing of plain formats being nonsense. - new formats for shortening to a byte were allowed, but even the libc printf doesn't support them. - old %hr and %hz formats were allowed, but the kernel printf doesn't support them. The kernel doesn't support %hd either, but this is harder to fix. Revision Changes Path 1.4 +3 -3 src/contrib/egcs/gcc/c-common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message