Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/17/2003 19:17:45
Module Name:	src
Committed By:	he
Date:		Sat May 17 19:17:44 UTC 2003

Modified Files:
	src/sys/arch/powerpc/powerpc: db_disasm.c

Log Message:
In disasm_fields(), add a buffer length argument and keep track of
the remaining length of the buffer to use with the modified
db_symstr() interface.  Also, convert to using snprintf() via some
local macros appending to the result buffer.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/powerpc/powerpc/db_disasm.c

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