Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 02/23/2004 01:06:53
Module Name: src
Committed By: uwe
Date: Mon Feb 23 01:06:53 UTC 2004
Modified Files:
src/sys/arch/sh3/sh3: db_trace.c
Log Message:
Wrap "unknown instruction in prologue" in TRACE_DEBUG. gcc3 reorders
instructions so that prologue code and function code get mixed, and
you get a lot of noice from this printf, making traceback very hard to
read if not useless.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/sh3/sh3/db_trace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.