Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/05/2001 12:19:34
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Jun  5 09:19:33 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm: cpufunc_asm.S
	syssrc/sys/arch/arm/include: cpufunc.h

Log Message:
Add get_pc_str_offset(), which returns the offset between the address of an
instruction that stores the program counter and the value of PC that's stored.
This can vary between ARM implementations, but is guaranteed to be constant on
a given one.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/arm/cpufunc_asm.S
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm/include/cpufunc.h

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