Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/21/2003 19:44:54
Module Name:	src
Committed By:	tsutsui
Date:		Fri Nov 21 19:44:54 UTC 2003

Modified Files:
	src/sys/arch/news68k/stand/boot: boot.c devopen.c
	src/sys/arch/news68k/stand/bootxx: bootxx.c
	src/sys/arch/newsmips/stand/boot: boot.c devopen.c
	src/sys/arch/newsmips/stand/bootxx: bootxx.c

Log Message:
Revert previous DPRINTF changes since gcc3 properly removes text strings
in while(0) statements during optimization.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/news68k/stand/boot/boot.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/news68k/stand/boot/devopen.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/news68k/stand/bootxx/bootxx.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/newsmips/stand/boot/boot.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/newsmips/stand/boot/devopen.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/newsmips/stand/bootxx/bootxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.