Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/19/2002 18:47:34
Module Name:	syssrc
Committed By:	scw
Date:		Thu Sep 19 15:47:34 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: db_trace.c

Log Message:
Start the search for a function's prologue by using the current PC - 4.
This ensures we start from the actual call site, not the return address.
The latter may actually be in the next consecutive function if the current
function has the __noreturn__ attribute and the alignment is Just Right.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sh5/sh5/db_trace.c

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