Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index