Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/22/2004 18:59:00
Module Name:	src
Committed By:	nathanw
Date:		Thu Jan 22 18:59:00 UTC 2004

Modified Files:
	src/sys/arch/alpha/alpha: db_trace.c

Log Message:
In decode_prologue(), ignore positive-offset frame adjustments ("lda
sp, 64(sp)") on the theory that they're from the function epilogue,
which aggressive code motion has placed before the end of the
function's code.

Addresses my PR port-alpha/23996.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/alpha/alpha/db_trace.c

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