Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/29/1996 23:40:05
christos
Fri Mar 29 23:35:11 EST 1996
Update of /a/cvsroot/src/gnu/usr.bin/gcc/common
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2679

Modified Files:
	c-common.c 
Log Message:
- Add a kprintf format specifier, so that it includes only the formats valid
  for kernel printf functions
- understand the db_printf %n,%r,%z format specifiers
- understand the kernel printf %: format specifier
- Be more permissive to %b arguments: accept any integer type, not only
  unsigned ints.