Source-Changes archive

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

CVS commit: src/sys/arch/sh3/sh3



Module Name:    src
Committed By:   tsutsui
Date:           Thu Mar 20 17:45:15 UTC 2003

Modified Files:
        src/sys/arch/sh3/sh3: Locore.c genassym.cf locore_subr.S

Log Message:
Rewrite user space access functions which use gcc's "labels as values"
extension in asm to avoid unexpected code omission during optimization
which causes wrong return value on faults.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/sh3/sh3/Locore.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/sh3/sh3/genassym.cf
cvs rdiff -r1.13 -r1.14 src/sys/arch/sh3/sh3/locore_subr.S

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